소스 검색

Add before and after screenshots

tznind 4 달 전
부모
커밋
e94b8b1bdc
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      Tests/IntegrationTests/FluentTests/BasicFluentAssertionTests.cs

+ 1 - 0
Tests/IntegrationTests/FluentTests/BasicFluentAssertionTests.cs

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