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