mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-27 19:46:48 +08:00
ci(cypress): Added 3DS Refund flow (#4635)
Co-authored-by: preetam revankar <preetam.revankar@preetam.revankar-MacBookPro>
This commit is contained in:
@ -498,6 +498,7 @@ Cypress.Commands.add("citForMandatesCallTest", (requestBody, amount, details, co
|
||||
expect(response.body).to.have.property("next_action")
|
||||
.to.have.property("redirect_to_url");
|
||||
const nextActionUrl = response.body.next_action.redirect_to_url;
|
||||
globalState.set("nextActionUrl", response.body.next_action.redirect_to_url);
|
||||
cy.log(response.body);
|
||||
cy.log(nextActionUrl);
|
||||
} else if (response.body.authentication_type === "no_three_ds") {
|
||||
|
||||
Reference in New Issue
Block a user