diff --git a/src/app/checkout/step-2/existingPaymentMethods/existingPaymentMethods.component.spec.js b/src/app/checkout/step-2/existingPaymentMethods/existingPaymentMethods.component.spec.js index ad565077f..fd90f0dbc 100644 --- a/src/app/checkout/step-2/existingPaymentMethods/existingPaymentMethods.component.spec.js +++ b/src/app/checkout/step-2/existingPaymentMethods/existingPaymentMethods.component.spec.js @@ -35,6 +35,9 @@ describe('checkout', () => { $setViewValue: jest.fn(), $render: jest.fn(), } + }, + selectedPaymentMethod: { + cvv: '' } }) self.$window = $window