mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-16 11:48:06 +01:00
Try to move ConfigureGlobalModuleSettings back
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
@@ -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();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user