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:
Jonathan Lane 2022-01-19 14:25:36 -08:00 committed by GitHub
commit 978046f09a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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