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:21 +02:00 committed by GitHub
parent e171abfa7d
commit 1ae5c7cfac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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