Skip to content

Commit

Permalink
test again
Browse files Browse the repository at this point in the history
  • Loading branch information
temi committed Nov 24, 2024
1 parent 54bd3c7 commit dd75763
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/test/js/integration/pageobjects/PwaAppPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ class PwaAppPage extends StubbedCasSpec {
}

async start() {
await this.getStarted.waitForDisplayed({ timeout: 10000 });
await this.getStarted.click();
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ describe('Add BioActivity Spec', function () {
await addBioActivityPage.takeScreenShot("shouldAddAnActivityBeforeSave");
// Save the activity
await addBioActivityPage.saveActivity();
await browser.sleep(30000);
await addBioActivityPage.hasBeenReloaded();
// Verify that the ViewBioActivityPage is loaded
expect(await viewBioActivityPage.at()).toBeTrue();
Expand Down

0 comments on commit dd75763

Please sign in to comment.