From 6dddad95c9a78c684c2a32b8b0073b30ee89333d Mon Sep 17 00:00:00 2001 From: jtubau Date: Fri, 11 Apr 2025 10:43:49 +0200 Subject: [PATCH] fix: refs #8422 correct spelling of 'PopUp' in checkRedirectionFromPopup command --- test/cypress/support/commands.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/cypress/support/commands.js b/test/cypress/support/commands.js index ed699ac46..9a7801ea0 100755 --- a/test/cypress/support/commands.js +++ b/test/cypress/support/commands.js @@ -621,7 +621,7 @@ Cypress.Commands.add('validateScrollContent', (validations) => { }); Cypress.Commands.add( - 'checkRedirectionFromPopup', + 'checkRedirectionFromPopUp', ({ selectorToClick, steps = [], expectedUrlRegex, expectedTextSelector }) => { cy.get(selectorToClick) .click()