Skip to content

Commit

Permalink
small typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonasB88 committed Nov 16, 2023
1 parent b30dd1a commit fe9fedd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cypress/support/commands.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ Cypress.Commands.add("navigatingToThePaymentPS8", () => {
Cypress.Commands.add("navigatingToThePayment", () => {
cy.visit('/de/index.php?controller=history')
cy.get('a').click()
cy.contains('Reorder').click()
cy.contains('NL').click()
//Billing country LT, DE etc.
cy.get('.clearfix > .btn').click()
Expand Down

0 comments on commit fe9fedd

Please sign in to comment.