diff --git a/src/modules/fancyzones/UITests-FancyZones/OneZoneSwitchTests.cs b/src/modules/fancyzones/UITests-FancyZones/OneZoneSwitchTests.cs index 84f76bae95..168f479d76 100644 --- a/src/modules/fancyzones/UITests-FancyZones/OneZoneSwitchTests.cs +++ b/src/modules/fancyzones/UITests-FancyZones/OneZoneSwitchTests.cs @@ -28,9 +28,9 @@ namespace UITests_FancyZones [TestClass] public class OneZoneSwitchTests : UITestBase { - private static readonly string WindowName = "Windows (C:) - File Explorer"; // set launch explorer window name - private static readonly string PowertoysWindowName = "PowerToys Settings"; // set powertoys settings window name - private static readonly int SubZones = 2; + // private static readonly string WindowName = "Windows (C:) - File Explorer"; // set launch explorer window name + // private static readonly string PowertoysWindowName = "PowerToys Settings"; // set powertoys settings window name + // private static readonly int SubZones = 2; private static readonly IOTestHelper AppZoneHistory = new FancyZonesEditorFiles().AppZoneHistoryIOHelper; public OneZoneSwitchTests()