File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed
src/modules/fancyzones/FancyZones.UITests Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff 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 ( ) ;
You can’t perform that action at this time.
0 commit comments