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 c1d7fe6Copy full SHA for c1d7fe6
examples/basic-vanilla-esm/index.e2e.js
@@ -15,7 +15,12 @@ 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
+ console.log(await window.title());
21
22
23
24
25
const response = await window.textContent('[data-testid="greeting"]');
26
expect(response).toBe('Hello Electron');
0 commit comments