Skip to content

Commit 38f25bc

Browse files
committed
Fixing e2e demo
1 parent 08522da commit 38f25bc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.e2e.spec.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ describe("E2E demo", () => {
6060
await assert.isVisible("calculator.png");
6161
await keyboard.type("525");
6262
await calculate();
63+
console.log(await screen.capture("./ci.png"));
6364
await assert.isVisible("result.png");
6465
await close();
6566
});

0 commit comments

Comments
 (0)