Try to fix TestDisableApplyHotKey

This commit is contained in:
Gleb Khmyznikov
2025-12-02 18:52:22 -08:00
parent 0ab344b5f7
commit 52abb273a3

View File

@@ -602,8 +602,10 @@ namespace UITests_FancyZones
Pull(tries, "down"); // Pull the setting page up to make sure the setting is visible
this.Find<ToggleSwitch>("FancyZonesQuickLayoutSwitch").Toggle(flag);
tries = 24;
Pull(tries, "up");
// Go back and forth to make sure settigns applied
this.Find<NavigationViewItem>("Workspaces").Click();
Task.Delay(200).Wait();
this.Find<NavigationViewItem>("FancyZones").Click();
}
private void TryReaction()