From e41be4d8329d916be7eb427f832cf3dc168398c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wolfgang=20Hu=C3=9F?= Date: Tue, 26 Jul 2022 16:52:39 +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 c74add5b0..eb1509328 100644 --- a/frontend/src/components/Contributions/ContributionForm.spec.js +++ b/frontend/src/components/Contributions/ContributionForm.spec.js @@ -104,7 +104,7 @@ describe('ContributionForm', () => { expect(wrapper.find('button[type="reset"]').attributes('disabled')).toBeFalsy() }) - it('submit enabled', () => { + it('has submit enabled', () => { expect(wrapper.find('button[type="submit"]').attributes('disabled')).toBeFalsy() }) })