Try to move ConfigureGlobalModuleSettings back

This commit is contained in:
Gleb Khmyznikov
2025-12-07 13:50:34 -08:00
parent 02f2e8fd8d
commit 9b868cc005
2 changed files with 2 additions and 2 deletions

View File

@@ -169,8 +169,7 @@ namespace Microsoft.PowerToys.UITest
private void TryLaunchPowerToysSettings(AppiumOptions opts) private void TryLaunchPowerToysSettings(AppiumOptions opts)
{ {
SettingsConfigHelper.ConfigureGlobalModuleSettings("Hosts"); // SettingsConfigHelper.ConfigureGlobalModuleSettings("Hosts");
const int maxTries = 3; const int maxTries = 3;
const int delayMs = 5000; const int delayMs = 5000;
const int maxRetries = 3; const int maxRetries = 3;

View File

@@ -50,6 +50,7 @@ namespace UITests_FancyZones
[TestInitialize] [TestInitialize]
public void TestInitialize() public void TestInitialize()
{ {
SettingsConfigHelper.ConfigureGlobalModuleSettings("Hosts");
AppZoneHistory.DeleteFile(); AppZoneHistory.DeleteFile();
FancyZonesEditorHelper.Files.Restore(); FancyZonesEditorHelper.Files.Restore();