Skip to content

Commit

Permalink
NTR: update cypress pos tests
Browse files Browse the repository at this point in the history
  • Loading branch information
boxblinkracer committed Sep 27, 2023
1 parent 4e3f5fb commit 201ff7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -167,19 +167,6 @@ context("Checkout Tests", () => {

})

it('C1341120: Pay with POS Terminal', () => {

scenarioDummyBasket.execute();

paymentAction.switchPaymentMethod('POS Terminal');

shopware.prepareDomainChange();
checkout.placeOrderOnConfirm();

cy.url().should('include', '/mollie/pos/checkout?sw=');

cy.contains('Follow the instructions on the terminal');
})
})
})

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ describe('POS Terminals', () => {
shopware.prepareDomainChange();
checkout.placeOrderOnConfirm();

cy.url().should('include', '/mollie/pos/checkout?sw=');

cy.contains('Follow the instructions on the terminal');
})
})
Expand Down

0 comments on commit 201ff7b

Please sign in to comment.