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