Skip to content

Commit

Permalink
wait for clickable dismiss dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
temi committed Nov 25, 2024
1 parent aed67a5 commit 5932ea2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/test/js/integration/pageobjects/AddBioActivityPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ class AddBioActivityPage extends ReloadablePage {
}

async dismissBootBoxDialog(){
await this.okButtonBootBoxDialog.waitForClickable({ timeout: 10000 });
await this.okButtonBootBoxDialog.click();
}
}
Expand Down

0 comments on commit 5932ea2

Please sign in to comment.