Try networkidle2

This commit is contained in:
roykho 2021-12-02 19:11:20 -08:00
parent 68fbca56dc
commit f4f2184630
No known key found for this signature in database
GPG Key ID: 7B36C0EA25795714
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ const { uiUnblocked, clickAndWaitForSelector } = require( '../page-utils' );
const gotoMyAccount = async () => {
await page.goto( SHOP_MY_ACCOUNT_PAGE, {
waitUntil: 'networkidle0',
waitUntil: 'networkidle2',
} );
};