mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 00:49:42 +08:00
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:
@ -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.
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user