Try networkidle2
This commit is contained in:
parent
68fbca56dc
commit
f4f2184630
|
@ -28,7 +28,7 @@ const { uiUnblocked, clickAndWaitForSelector } = require( '../page-utils' );
|
||||||
|
|
||||||
const gotoMyAccount = async () => {
|
const gotoMyAccount = async () => {
|
||||||
await page.goto( SHOP_MY_ACCOUNT_PAGE, {
|
await page.goto( SHOP_MY_ACCOUNT_PAGE, {
|
||||||
waitUntil: 'networkidle0',
|
waitUntil: 'networkidle2',
|
||||||
} );
|
} );
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue