mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-28 04:04:55 +08:00
ci(cypress): Fix Iatapay UPI redirection (#9811)
Co-authored-by: sundarigopal <sundarigopalakrishnan2406@gmail.com>
This commit is contained in:
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user