mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-02-23 19:49:43 +01:00
fix pipeline run low time
This commit is contained in:
@@ -526,6 +526,7 @@ namespace Microsoft.PowerToys.UITest
|
||||
Assert.IsNotNull(this.Root, $"Failed to attach to the window '{windowName}'. Root driver is null");
|
||||
}
|
||||
|
||||
Thread.Sleep(3);
|
||||
return this;
|
||||
}
|
||||
|
||||
|
||||
@@ -337,6 +337,7 @@ namespace UITests_FancyZones
|
||||
Session.KillAllProcessesByName("explorer");
|
||||
Session.StartExe("explorer.exe", "C:\\");
|
||||
|
||||
Thread.Sleep(3);
|
||||
Session.Attach(WindowName, WindowSize.UnSpecified);
|
||||
var tabView = Find<Tab>(By.AccessibilityId("TabView"));
|
||||
tabView.DoubleClick(); // maximize the window
|
||||
|
||||
Reference in New Issue
Block a user