diff --git a/frontend/src/components/Contributions/ContributionForm.spec.js b/frontend/src/components/Contributions/ContributionForm.spec.js index 53244e484..1e80e7cf7 100644 --- a/frontend/src/components/Contributions/ContributionForm.spec.js +++ b/frontend/src/components/Contributions/ContributionForm.spec.js @@ -51,7 +51,7 @@ describe('ContributionForm', () => { expect(wrapper.find('button[type="reset"]').attributes('disabled')).toBeFalsy() }) - it('submit disabled', () => { + it('has submit disabled', () => { expect(wrapper.find('button[type="submit"]').attributes('disabled')).toBe('disabled') }) })