mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2026-01-01 16:59:35 +01:00
Make colon implicit in title
This commit is contained in:
@@ -75,7 +75,7 @@ public class BasicFluentAssertionTests
|
||||
.WithContextMenu(ctx,menuItems)
|
||||
// Click in main area inside border
|
||||
.RightClick(1,1)
|
||||
.ScreenShot ("After open menu:",_out)
|
||||
.ScreenShot ("After open menu",_out)
|
||||
.LeftClick (3, 3)
|
||||
/*.Assert (Application.Top.Focused.Should ().BeAssignableTo(typeof(MenuBarItem)))
|
||||
.Down()
|
||||
|
||||
Reference in New Issue
Block a user