From fe9fedd259ac0fb5965a4bb55039951cb25b9799 Mon Sep 17 00:00:00 2001 From: SimonasB88 Date: Thu, 16 Nov 2023 21:14:23 +0200 Subject: [PATCH] small typo fix --- cypress/support/commands.js | 1 + 1 file changed, 1 insertion(+) diff --git a/cypress/support/commands.js b/cypress/support/commands.js index 5f8ceb6aa..f4deb2ff7 100755 --- a/cypress/support/commands.js +++ b/cypress/support/commands.js @@ -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()