mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2026-01-02 01:03:29 +01:00
Add timeout to tests and fix race condition to boot
This commit is contained in:
@@ -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);
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user