From e0ebdf046fef575e1f3d27c65cd3aba08bbd0127 Mon Sep 17 00:00:00 2001 From: Kashif Date: Thu, 19 Dec 2024 12:31:41 +0530 Subject: [PATCH] chore(cypress): payout - fix test cases for adyenplatform bank --- cypress-tests/cypress/e2e/PayoutUtils/AdyenPlatform.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cypress-tests/cypress/e2e/PayoutUtils/AdyenPlatform.js b/cypress-tests/cypress/e2e/PayoutUtils/AdyenPlatform.js index 75b45aac2046..0048daf45b88 100644 --- a/cypress-tests/cypress/e2e/PayoutUtils/AdyenPlatform.js +++ b/cypress-tests/cypress/e2e/PayoutUtils/AdyenPlatform.js @@ -71,7 +71,7 @@ export const connectorDetails = { Response: { status: 200, body: { - status: "success", + status: "initiated", payout_type: "bank", }, }, @@ -101,7 +101,7 @@ export const connectorDetails = { Response: { status: 200, body: { - status: "success", + status: "initiated", payout_type: "bank", }, },