We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8512f9 commit d7f4a13Copy full SHA for d7f4a13
tests/app.spec.ts
@@ -30,7 +30,7 @@ test.beforeAll(async () => {
30
});
31
appWindow = await appElectron.firstWindow();
32
33
- await appWindow.waitForEvent('load');
+ await appWindow.waitForEvent('domcontentloaded');
34
35
36
test('Environment check', async () => {
@@ -44,6 +44,6 @@ test('Document element check', async () => {
44
45
46
test.afterAll(async () => {
47
- await waiting(3000);
+ await waiting(2000);
48
await appElectron.close();
49
0 commit comments