diff --git a/admin/src/components/ContributionLinkForm.spec.js b/admin/src/components/ContributionLinkForm.spec.js index 889ea69b4..195664a62 100644 --- a/admin/src/components/ContributionLinkForm.spec.js +++ b/admin/src/components/ContributionLinkForm.spec.js @@ -38,8 +38,8 @@ describe('ContributionLinkForm', () => { amount: 100, startDate: 'startDate', endDate: 'endDate', - cycle: 'cycle', - repetition: 'repetition', + cycle: 'once', + repetition: '1', maxAmount: 100, }, }) @@ -47,7 +47,7 @@ describe('ContributionLinkForm', () => { }) expect(wrapper.vm.form).toEqual({ amount: null, - cycle: null, + cycle: 'once', endDate: null, maxAmount: null, memo: null,