Skip to content

Commit

Permalink
wait for resume btn after node stop?
Browse files Browse the repository at this point in the history
  • Loading branch information
jgresham committed Sep 19, 2024
1 parent 26c00ff commit e1a4308
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/specs/ci/test.e2e.ts
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ describe('Splash screen tests', () => {
// ...
await $('div*=Stopped').waitForExist({ timeout: 240000 }); // default wait time is only 5 seconds
await expect(await $('div*=Stopped')).toBeDisplayed();
await $('span*=Resume').waitForExist({ timeout: 240000 }); // default wait time is only 5 seconds
await expect(await $('span*=Resume')).toBeDisplayed();
// await browser.pause(15000);
// await browser.pause(2000);
Expand Down

0 comments on commit e1a4308

Please sign in to comment.