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