From 8b596de97ed7ec5683fb33b11bfede5273af3f4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wolfgang=20Hu=C3=9F?= Date: Tue, 26 Jul 2022 16:32:29 +0200 Subject: [PATCH] Update frontend/src/components/Contributions/ContributionForm.spec.js Co-authored-by: Moriz Wahl --- frontend/src/components/Contributions/ContributionForm.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/Contributions/ContributionForm.spec.js b/frontend/src/components/Contributions/ContributionForm.spec.js index 5cddad918..c74add5b0 100644 --- a/frontend/src/components/Contributions/ContributionForm.spec.js +++ b/frontend/src/components/Contributions/ContributionForm.spec.js @@ -100,7 +100,7 @@ describe('ContributionForm', () => { }) describe('buttons', () => { - it('reset enabled', () => { + it('has reset enabled', () => { expect(wrapper.find('button[type="reset"]').attributes('disabled')).toBeFalsy() })