Merge pull request #31681 from woocommerce/fix/checkout-create-account
Add a timeout to the beforeAll hook for the Shopper Checkout Create Account E2E test
This commit is contained in:
commit
978046f09a
|
@ -44,7 +44,7 @@ const runCheckoutCreateAccountTest = () => {
|
|||
await shopper.addToCartFromShopPage( productId );
|
||||
await uiUnblocked();
|
||||
await shopper.goToCheckout();
|
||||
});
|
||||
}, 45000 );
|
||||
|
||||
it('can create an account during checkout', async () => {
|
||||
// Fill all the details for a new customer
|
||||
|
|
Loading…
Reference in New Issue