From 55209d004dcb0532ca717eb91ed1c4abef4d3fd5 Mon Sep 17 00:00:00 2001 From: Pa1NarK <69745008+pixincreate@users.noreply.github.com> Date: Tue, 22 Apr 2025 14:06:42 +0530 Subject: [PATCH] refactor(cypress): do not update `card_expiry` while updating card info (#7834) Co-authored-by: Gnanasundari24 <118818938+Gnanasundari24@users.noreply.github.com> --- cypress-tests/cypress/e2e/spec/Payment/00014-SaveCardFlow.cy.js | 1 - 1 file changed, 1 deletion(-) diff --git a/cypress-tests/cypress/e2e/spec/Payment/00014-SaveCardFlow.cy.js b/cypress-tests/cypress/e2e/spec/Payment/00014-SaveCardFlow.cy.js index 27f8e7fcbd..91fc25fde9 100644 --- a/cypress-tests/cypress/e2e/spec/Payment/00014-SaveCardFlow.cy.js +++ b/cypress-tests/cypress/e2e/spec/Payment/00014-SaveCardFlow.cy.js @@ -714,7 +714,6 @@ describe("Card - SaveCard payment flow test", () => { // Copy all properties from the original card details. ...data.Request.payment_method_data.card, // Set the desired modifications for this specific test case. - card_exp_year: "55", // Update expiry year. card_holder_name: card_holder_name, // Update card holder name. }, },