diff --git a/src/modules/fancyzones/FancyZones.UITests/OneZoneSwitchTests.cs b/src/modules/fancyzones/FancyZones.UITests/OneZoneSwitchTests.cs index ede38d86d3..28dc04a37c 100644 --- a/src/modules/fancyzones/FancyZones.UITests/OneZoneSwitchTests.cs +++ b/src/modules/fancyzones/FancyZones.UITests/OneZoneSwitchTests.cs @@ -276,8 +276,11 @@ namespace UITests_FancyZones this.Find("FancyZonesWindowSwitchingToggle").Toggle(switchWindowEnable); - Task.Delay(500).Wait(); // Wait for the setting to be applied - this.Scroll(9, "Up"); // Pull the setting page down to make sure the setting is visible + // Go back and forth to make sure settigns applied + this.Find("Workspaces").Click(); + Task.Delay(200).Wait(); + this.Find("FancyZones").Click(); + this.Find