diff --git a/src/modules/fancyzones/UITests-FancyZones/LayoutApplyHotKeyTests.cs b/src/modules/fancyzones/UITests-FancyZones/LayoutApplyHotKeyTests.cs index 611e05b578..02b547d7dd 100644 --- a/src/modules/fancyzones/UITests-FancyZones/LayoutApplyHotKeyTests.cs +++ b/src/modules/fancyzones/UITests-FancyZones/LayoutApplyHotKeyTests.cs @@ -336,7 +336,7 @@ namespace UITests_FancyZones Session.KillAllProcessesByName("explorer"); Session.StartExe("explorer.exe", "C:\\"); - Thread.Sleep(3); + Thread.Sleep(10); Session.Attach(WindowName, WindowSize.UnSpecified); var tabView = Find(By.AccessibilityId("TabView")); tabView.DoubleClick(); // maximize the window @@ -586,8 +586,8 @@ namespace UITests_FancyZones windowingElement.Find("FancyZones").Click(); this.Find("Enable FancyZones").Toggle(true); - this.Find("Editor").Find(By.AccessibilityId("HeaderPresenter")).Click(); this.Find