diff --git a/frontend/src/components/Contributions/ContributionForm.spec.js b/frontend/src/components/Contributions/ContributionForm.spec.js index f5d5d04f4..5a6241e86 100644 --- a/frontend/src/components/Contributions/ContributionForm.spec.js +++ b/frontend/src/components/Contributions/ContributionForm.spec.js @@ -77,7 +77,7 @@ describe('ContributionForm', () => { expect(wrapper.find('button[type="reset"]').attributes('disabled')).toBeFalsy() }) - it('submit enabled', () => { + it('has submit enabled', () => { expect(wrapper.find('button[type="submit"]').attributes('disabled')).toBeFalsy() }) })