Update frontend/src/components/Contributions/ContributionForm.spec.js

Co-authored-by: Moriz Wahl <moriz.wahl@gmx.de>
This commit is contained in:
Wolfgang Huß 2022-07-26 16:32:29 +02:00 committed by GitHub
parent 1ae5c7cfac
commit 8b596de97e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -100,7 +100,7 @@ describe('ContributionForm', () => {
})
describe('buttons', () => {
it('reset enabled', () => {
it('has reset enabled', () => {
expect(wrapper.find('button[type="reset"]').attributes('disabled')).toBeFalsy()
})