From fd216800728019ff310d3326f78e961be7d51f77 Mon Sep 17 00:00:00 2001 From: Alexander Friedland Date: Fri, 4 Feb 2022 19:36:53 +0100 Subject: [PATCH] Update frontend/src/views/Pages/SendOverview/GddSend/TransactionForm.spec.js Co-authored-by: Moriz Wahl --- .../views/Pages/SendOverview/GddSend/TransactionForm.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/views/Pages/SendOverview/GddSend/TransactionForm.spec.js b/frontend/src/views/Pages/SendOverview/GddSend/TransactionForm.spec.js index d59658c48..e1a9c8b28 100644 --- a/frontend/src/views/Pages/SendOverview/GddSend/TransactionForm.spec.js +++ b/frontend/src/views/Pages/SendOverview/GddSend/TransactionForm.spec.js @@ -44,7 +44,7 @@ describe('GddSend', () => { it('has an disabled input field of amount', () => { expect(wrapper.find('#input-2').find('input').attributes('disabled')).toBe('disabled') }) - it('has an disabled textarea field ', () => { + it('has a disabled textarea field ', () => { expect(wrapper.find('#input-3').find('textarea').attributes('disabled')).toBe('disabled') }) it('has a message indicating that there are no GDDs to send ', () => {