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()