Skip to content

Commit

Permalink
add redsquare mod
Browse files Browse the repository at this point in the history
  • Loading branch information
davikstone2 committed Jan 17, 2024
1 parent 21d39ca commit 5c72928
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mods/module_page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export default class ModulePage {

async goto() {
await this.page.goto(this.url);
// TODO : check if this timeout can be removed and start testing when the page is loade
// TODO : check if this timeout can be removed and start testing when the page is loaded
await this.page.waitForTimeout(1000);

// await this.page.waitForLoadState();
Expand Down

0 comments on commit 5c72928

Please sign in to comment.