refactor(cypress): do not update card_expiry while updating card info (#7834)

Co-authored-by: Gnanasundari24 <118818938+Gnanasundari24@users.noreply.github.com>
This commit is contained in:
Pa1NarK
2025-04-22 14:06:42 +05:30
committed by GitHub
parent 6281ae067a
commit 55209d004d

View File

@ -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.
},
},