From c9e81a314e6b9a047cb1ad2a7fc44e8c09d6e131 Mon Sep 17 00:00:00 2001 From: Gnanasundari24 <118818938+Gnanasundari24@users.noreply.github.com> Date: Mon, 13 Oct 2025 16:40:23 +0530 Subject: [PATCH] ci(cypress): Fix Iatapay UPI redirection (#9811) Co-authored-by: sundarigopal --- cypress-tests/cypress/support/redirectionHandler.js | 1 + 1 file changed, 1 insertion(+) diff --git a/cypress-tests/cypress/support/redirectionHandler.js b/cypress-tests/cypress/support/redirectionHandler.js index 78970f5aae..5bdaf4c882 100644 --- a/cypress-tests/cypress/support/redirectionHandler.js +++ b/cypress-tests/cypress/support/redirectionHandler.js @@ -1225,6 +1225,7 @@ function upiRedirection( case "upi_collect": cy.visit(redirectionUrl.href); cy.wait(CONSTANTS.TIMEOUT).then(() => { + cy.contains("button", "Simulate").should("be.visible").click(); verifyUrl = true; }); break;