update wait
This commit is contained in:
parent
acc2058bad
commit
e5e74d7a96
|
|
@ -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"),
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue