update wait #96

Merged
zelda merged 1 commits from main into staging 2025-11-17 13:10:12 +11:00
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"),