update wait #96
|
|
@ -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"),
|
||||
|
|
|
|||
Loading…
Reference in New Issue