Skip to content

Commit

Permalink
Move wait to beforeEach
Browse files Browse the repository at this point in the history
  • Loading branch information
thamara committed Oct 25, 2022
1 parent ef1c919 commit c7a7ca0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/main-window.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ describe('Application launch', function()
});
log('Start app...')
await this.app.start();
const { client } = this.app;
await client.waitUntilWindowLoaded();
log('App started.')
});

Expand Down

0 comments on commit c7a7ca0

Please sign in to comment.