Merge pull request 'Deploy to Production' (#97) from staging into production

Reviewed-on: #97
This commit is contained in:
zelda 2025-11-17 13:10:32 +11:00
commit 5de440350a
1 changed files with 3 additions and 1 deletions

View File

@ -157,7 +157,9 @@ export class GraysProductBid extends ProductBid {
await this.page_context.click("button");
await this.page_context.waitForNavigation({ timeout: 5000 });
// await this.page_context.waitForNavigation({ timeout: 5000 });
await delay(5000);
// await this.page_context.waitForFunction(
// () => document.body.innerText.includes("Successfully"),