Removed waitForNavigation command

This commit is contained in:
jamelreid 2021-12-06 15:37:30 -05:00
parent 63489fd85f
commit b7f11e3527
1 changed files with 0 additions and 1 deletions

View File

@ -240,7 +240,6 @@ const shopper = {
await expect( page.title() ).resolves.toMatch( 'My account' );
await page.click( '.woocommerce-MyAccount-navigation-link--customer-logout a' );
await page.waitForNavigation( { waitUntil: 'networkidle0' } );
},
};