From e171abfa7d7c7b97497fe8497e9ff64ae98fa7d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wolfgang=20Hu=C3=9F?= Date: Tue, 26 Jul 2022 16:32:13 +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 f5d5d04f4..5a6241e86 100644 --- a/frontend/src/components/Contributions/ContributionForm.spec.js +++ b/frontend/src/components/Contributions/ContributionForm.spec.js @@ -77,7 +77,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() }) })