diff --git a/frontend/src/components/Contributions/ContributionForm.spec.js b/frontend/src/components/Contributions/ContributionForm.spec.js index 85c4506ed..53244e484 100644 --- a/frontend/src/components/Contributions/ContributionForm.spec.js +++ b/frontend/src/components/Contributions/ContributionForm.spec.js @@ -47,7 +47,7 @@ describe('ContributionForm', () => { describe('empty form data', () => { describe('buttons', () => { - it('reset enabled', () => { + it('has reset enabled', () => { expect(wrapper.find('button[type="reset"]').attributes('disabled')).toBeFalsy() })