Skip to content

Commit 77f6f30

Browse files
committed
Testing
1 parent e83210a commit 77f6f30

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

examples/basic-vanilla-esm/index.e2e.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@ test('Hello Electron', async () => {
1515
});
1616

1717
const window = await electronApp.firstWindow();
18+
//expect(await window.title()).toBe('');
19+
console.log(await window.title());
20+
console.log(await window.title());
21+
console.log(await window.title());
22+
console.log(await window.title());
1823
expect(await window.title()).toBe('Hello from Electron renderer!');
1924

2025
const response = await window.textContent('[data-testid="greeting"]');

0 commit comments

Comments
 (0)