Skip to content

Commit

Permalink
small typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonasB88 committed Apr 8, 2024
1 parent 191d254 commit 0b05066
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/support/commands.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ Cypress.Commands.add("ConfPaymentsAPI1784", () => {
})
Cypress.Commands.add("navigatingToThePaymentPS8", () => {
cy.visit('/de/index.php?controller=history')
cy.get('Reorder').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 0b05066

Please sign in to comment.