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 016273cCopy full SHA for 016273c
examples/basic-vanilla-esm/index.e2e.js
@@ -15,6 +15,7 @@ test('Hello Electron', async () => {
15
});
16
17
const window = await electronApp.firstWindow();
18
+ await window.waitForEvent('load');
19
expect(await window.title()).toBe('Hello from Electron renderer!');
20
21
const response = await window.textContent('[data-testid="greeting"]');
0 commit comments