Skip to content

Commit 9bbe91f

Browse files
committed
Try to not restart the PT
1 parent df34cd4 commit 9bbe91f

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

src/modules/fancyzones/FancyZones.UITests/DragWindowTests.cs

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -50,16 +50,16 @@ public DragWindowTests()
5050
[TestInitialize]
5151
public void TestInitialize()
5252
{
53-
Session.KillAllProcessesByName("PowerToys");
54-
Thread.Sleep(1000);
55-
ClearOpenWindows();
53+
// Session.KillAllProcessesByName("PowerToys");
54+
// Thread.Sleep(1000);
55+
// ClearOpenWindows();
5656

5757
// SettingsConfigHelper.ConfigureGlobalModuleSettings("Hosts");
5858
AppZoneHistory.DeleteFile();
5959
FancyZonesEditorHelper.Files.Restore();
6060

61-
RestartScopeExe();
62-
Thread.Sleep(2000);
61+
// RestartScopeExe();
62+
// Thread.Sleep(2000);
6363

6464
// Set a custom layout with 1 subzones and clear app zone history
6565
SetupCustomLayouts();
@@ -86,8 +86,6 @@ public void TestInitialize()
8686
[TestCategory("FancyZones_Dragging #3")]
8787
public void TestToggleZonesWithNonPrimaryMouseClick()
8888
{
89-
TestInitialize();
90-
9189
string testCaseName = nameof(TestToggleZonesWithNonPrimaryMouseClick);
9290

9391
var windowRect = Session.GetMainWindowRect();

0 commit comments

Comments
 (0)