Skip to content

Commit

Permalink
fix for the language & currency checkout e2es (#18847)
Browse files Browse the repository at this point in the history
  • Loading branch information
KateChuen committed May 15, 2024
1 parent 2e318c3 commit d5553f7
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,6 @@ export function doPlaceOrder() {
}

export function addressBookNextStep() {
cy.get('cx-delivery-address .link').click({ force: true });

const deliveryPage = waitForPage(
CHECKOUT_DELIVERY_MODE_PATH,
'getDeliveryPage'
Expand All @@ -121,10 +119,6 @@ export function deliveryModeNextStep() {
}

export function paymentDetailsNextStep() {
cy.get('cx-payment-method .link').click({
force: true,
});

const reviewPage = waitForPage(CHECKOUT_REVIEW_ORDER_PATH, 'getReviewPage');

cy.get('cx-payment-method .btn-primary').should('be.enabled').click();
Expand Down

0 comments on commit d5553f7

Please sign in to comment.