Skip to content

Commit

Permalink
fix for broken tests (gristlabs#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
JakubSerafin authored Oct 19, 2023
1 parent 96f3aa6 commit 6f4794d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/gristWebDriverUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export class GristWebDriverUtils {
//just click log in to get example account.
const menu = await this.driver.findWait('.test-dm-account', 1000);
await menu.click();
if(await this.isAlertShown){
if(await this.isAlertShown()){
await this.acceptAlert();
}
await this.waitForServer();
Expand Down

0 comments on commit 6f4794d

Please sign in to comment.