Make colon implicit in title

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

View File

@@ -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()