diff --git a/cypress-tests/cypress/support/redirectionHandler.js b/cypress-tests/cypress/support/redirectionHandler.js index 21ef784c56..f5febfebfe 100644 --- a/cypress-tests/cypress/support/redirectionHandler.js +++ b/cypress-tests/cypress/support/redirectionHandler.js @@ -234,7 +234,7 @@ function bankRedirectRedirection( ) ) { // scroll down and click on the authorize test payment button - cy.get("body").then(($body) => { + cy.get("body").then(() => { cy.get("#frame-warning-container").then(($el) => { if ($el.is(":visible")) { // Frame warning is visible — use test payment button