mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-16 11:48:06 +01:00
Try to fix TestDisableApplyHotKey
This commit is contained in:
@@ -602,8 +602,10 @@ namespace UITests_FancyZones
|
|||||||
Pull(tries, "down"); // Pull the setting page up to make sure the setting is visible
|
Pull(tries, "down"); // Pull the setting page up to make sure the setting is visible
|
||||||
this.Find<ToggleSwitch>("FancyZonesQuickLayoutSwitch").Toggle(flag);
|
this.Find<ToggleSwitch>("FancyZonesQuickLayoutSwitch").Toggle(flag);
|
||||||
|
|
||||||
tries = 24;
|
// Go back and forth to make sure settigns applied
|
||||||
Pull(tries, "up");
|
this.Find<NavigationViewItem>("Workspaces").Click();
|
||||||
|
Task.Delay(200).Wait();
|
||||||
|
this.Find<NavigationViewItem>("FancyZones").Click();
|
||||||
}
|
}
|
||||||
|
|
||||||
private void TryReaction()
|
private void TryReaction()
|
||||||
|
|||||||
Reference in New Issue
Block a user