mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-15 19:27:56 +01:00
get back ConfigureGlobalModuleSettings
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -50,7 +50,7 @@ namespace UITests_FancyZones
|
||||
[TestInitialize]
|
||||
public void TestInitialize()
|
||||
{
|
||||
SettingsConfigHelper.ConfigureGlobalModuleSettings("Hosts");
|
||||
// SettingsConfigHelper.ConfigureGlobalModuleSettings("Hosts");
|
||||
AppZoneHistory.DeleteFile();
|
||||
FancyZonesEditorHelper.Files.Restore();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user