Skip to content

Commit

Permalink
Merge pull request #417 from FalkorDB/fix
Browse files Browse the repository at this point in the history
Fix #392 automation side
  • Loading branch information
AviAvni authored Sep 10, 2024
2 parents 01bfee7 + ff76ed5 commit dd40fdc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions e2e/infra/ui/browserWrapper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ export default class BrowserWrapper {
throw new Error('Browser is not launched yet!');
}
await this.page.goto(url);
await this.page.waitForLoadState('networkidle');
}

async closePage() {
Expand Down

0 comments on commit dd40fdc

Please sign in to comment.