diff --git a/src/mods/module_page.ts b/src/mods/module_page.ts index 82395d7..565778a 100644 --- a/src/mods/module_page.ts +++ b/src/mods/module_page.ts @@ -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();