Removed waitForNavigation command
This commit is contained in:
parent
63489fd85f
commit
b7f11e3527
|
@ -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' } );
|
||||
},
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue