Add timeout to tests and fix race condition to boot

This commit is contained in:
tznind
2025-03-16 19:58:08 +00:00
committed by Tig
parent fd465c3367
commit 491140a39a
2 changed files with 34 additions and 8 deletions

View File

@@ -77,11 +77,7 @@ public class BasicFluentAssertionTests
.RightClick(1,1)
.ScreenShot ("After open menu",_out)
.LeftClick (3, 3)
/*.Assert (Application.Top.Focused.Should ().BeAssignableTo(typeof(MenuBarItem)))
.Down()
.Enter()*/
.Stop ();
Assert.True (clicked);
}
}