mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-30 01:27:31 +08:00
ci(cypress): Add list and revoke for zero auth mandate payments (#6569)
This commit is contained in:
@ -1969,9 +1969,7 @@ Cypress.Commands.add(
|
||||
} else if (response.body.authentication_type === "no_three_ds") {
|
||||
if (response.body.connector === "fiuu") {
|
||||
expect(response.body.status).to.equal("failed");
|
||||
} else {
|
||||
expect(response.body.status).to.equal("succeeded");
|
||||
}
|
||||
}
|
||||
} else {
|
||||
throw new Error(
|
||||
`Invalid authentication type ${response.body.authentication_type}`
|
||||
@ -2051,9 +2049,7 @@ Cypress.Commands.add(
|
||||
} else if (response.body.authentication_type === "no_three_ds") {
|
||||
if (response.body.connector === "fiuu") {
|
||||
expect(response.body.status).to.equal("failed");
|
||||
} else {
|
||||
expect(response.body.status).to.equal("succeeded");
|
||||
}
|
||||
}
|
||||
} else {
|
||||
throw new Error(
|
||||
`Invalid authentication type ${response.body.authentication_type}`
|
||||
|
||||
Reference in New Issue
Block a user