Add before and after screenshots

This commit is contained in:
tznind
2025-03-19 19:55:02 +00:00
committed by Tig
parent 407c863cb9
commit e94b8b1bdc

View File

@@ -69,6 +69,7 @@ public class BasicFluentAssertionTests
using var c = With.A<Window> (40, 10)
.WithContextMenu(ctx,menuItems)
.ScreenShot ("Before open menu", _out)
// Click in main area inside border
.RightClick(1,1)
.ScreenShot ("After open menu",_out)