diff --git a/src/common/UITestAutomation/SessionHelper.cs b/src/common/UITestAutomation/SessionHelper.cs index 7fc16c4d1b..39304fabbf 100644 --- a/src/common/UITestAutomation/SessionHelper.cs +++ b/src/common/UITestAutomation/SessionHelper.cs @@ -169,7 +169,8 @@ namespace Microsoft.PowerToys.UITest private void TryLaunchPowerToysSettings(AppiumOptions opts) { - // SettingsConfigHelper.ConfigureGlobalModuleSettings("Hosts"); + SettingsConfigHelper.ConfigureGlobalModuleSettings("Hosts"); + const int maxTries = 3; const int delayMs = 5000; const int maxRetries = 3; diff --git a/src/modules/fancyzones/FancyZones.UITests/DragWindowTests.cs b/src/modules/fancyzones/FancyZones.UITests/DragWindowTests.cs index 905e7b5f86..8aeb47ad4c 100644 --- a/src/modules/fancyzones/FancyZones.UITests/DragWindowTests.cs +++ b/src/modules/fancyzones/FancyZones.UITests/DragWindowTests.cs @@ -50,7 +50,7 @@ namespace UITests_FancyZones [TestInitialize] public void TestInitialize() { - SettingsConfigHelper.ConfigureGlobalModuleSettings("Hosts"); + // SettingsConfigHelper.ConfigureGlobalModuleSettings("Hosts"); AppZoneHistory.DeleteFile(); FancyZonesEditorHelper.Files.Restore();