mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-07 19:57:07 +02:00
try waiting
This commit is contained in:
@@ -47,6 +47,8 @@ namespace Microsoft.FancyZonesEditor.UnitTests.Utils
|
|||||||
// Find main editor window
|
// Find main editor window
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
|
// Wait for gui to start
|
||||||
|
System.Threading.Thread.Sleep(TimeSpan.FromSeconds(120));
|
||||||
MainEditorWindow = Session.FindElementByAccessibilityId("MainWindow1");
|
MainEditorWindow = Session.FindElementByAccessibilityId("MainWindow1");
|
||||||
}
|
}
|
||||||
catch
|
catch
|
||||||
|
|||||||
Reference in New Issue
Block a user