We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e83210a commit 77f6f30Copy full SHA for 77f6f30
examples/basic-vanilla-esm/index.e2e.js
@@ -15,6 +15,11 @@ test('Hello Electron', async () => {
15
});
16
17
const window = await electronApp.firstWindow();
18
+ //expect(await window.title()).toBe('');
19
+ console.log(await window.title());
20
21
22
23
expect(await window.title()).toBe('Hello from Electron renderer!');
24
25
const response = await window.textContent('[data-testid="greeting"]');
0 commit comments