From e94b8b1bdc53d79c88db9e602628a2d0ec1e69ef Mon Sep 17 00:00:00 2001 From: tznind Date: Wed, 19 Mar 2025 19:55:02 +0000 Subject: [PATCH] Add before and after screenshots --- Tests/IntegrationTests/FluentTests/BasicFluentAssertionTests.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Tests/IntegrationTests/FluentTests/BasicFluentAssertionTests.cs b/Tests/IntegrationTests/FluentTests/BasicFluentAssertionTests.cs index a167f856d..4c15d7c8e 100644 --- a/Tests/IntegrationTests/FluentTests/BasicFluentAssertionTests.cs +++ b/Tests/IntegrationTests/FluentTests/BasicFluentAssertionTests.cs @@ -69,6 +69,7 @@ public class BasicFluentAssertionTests using var c = With.A (40, 10) .WithContextMenu(ctx,menuItems) + .ScreenShot ("Before open menu", _out) // Click in main area inside border .RightClick(1,1) .ScreenShot ("After open menu",_out)