get back ConfigureGlobalModuleSettings

This commit is contained in:
Gleb Khmyznikov
2025-12-07 17:39:24 -08:00
parent 9b868cc005
commit cc7346d844
2 changed files with 3 additions and 2 deletions

View File

@@ -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;

View File

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