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