update wait

This commit is contained in:
Admin 2025-11-17 09:08:26 +07:00
parent acc2058bad
commit e5e74d7a96
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.click("button");
await this.page_context.waitForNavigation({ timeout: 5000 }); // await this.page_context.waitForNavigation({ timeout: 5000 });
await delay(5000);
// await this.page_context.waitForFunction( // await this.page_context.waitForFunction(
// () => document.body.innerText.includes("Successfully"), // () => document.body.innerText.includes("Successfully"),