From bf35a253339ea1d9264e4e65f41a3bde8e5d25af Mon Sep 17 00:00:00 2001 From: Gnanasundari24 <118818938+Gnanasundari24@users.noreply.github.com> Date: Wed, 14 May 2025 23:10:12 +0530 Subject: [PATCH] ci(cypress): Address lints (#8011) --- cypress-tests/cypress/support/redirectionHandler.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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