mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-28 20:23:43 +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":
|
case "upi_collect":
|
||||||
cy.visit(redirectionUrl.href);
|
cy.visit(redirectionUrl.href);
|
||||||
cy.wait(CONSTANTS.TIMEOUT).then(() => {
|
cy.wait(CONSTANTS.TIMEOUT).then(() => {
|
||||||
|
cy.contains("button", "Simulate").should("be.visible").click();
|
||||||
verifyUrl = true;
|
verifyUrl = true;
|
||||||
});
|
});
|
||||||
break;
|
break;
|
||||||
|
|||||||
Reference in New Issue
Block a user