Skip to content

Commit

Permalink
fixed e2e tests-2
Browse files Browse the repository at this point in the history
  • Loading branch information
ankitguptaindia committed Sep 4, 2024
1 parent b5f6552 commit e8ce07e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/utils/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ export async function processOneTimeOrderWithBlockCheckout( {page, productUrl} )
let waitForURL;

await addProductToCart( {page, productUrl} );
await page.goto( '/checkout/' );
await page.goto( '/checkout/' , { waitUntil: 'networkidle' });
await fillBillingDetails(page, customer.billing, true);

// Check if Payfast payment method is visible & place order
Expand Down

0 comments on commit e8ce07e

Please sign in to comment.