From 5c729288a04c8bb6b08dbf9716f1700dd073fad4 Mon Sep 17 00:00:00 2001 From: davikstone Date: Wed, 17 Jan 2024 13:29:47 +0100 Subject: [PATCH] add redsquare mod --- src/mods/module_page.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();