diff --git a/frontend/src/views/Pages/SendOverview/GddSend/TransactionForm.spec.js b/frontend/src/views/Pages/SendOverview/GddSend/TransactionForm.spec.js index e1a9c8b28..62e53eb59 100644 --- a/frontend/src/views/Pages/SendOverview/GddSend/TransactionForm.spec.js +++ b/frontend/src/views/Pages/SendOverview/GddSend/TransactionForm.spec.js @@ -41,7 +41,7 @@ describe('GddSend', () => { it('has a disabled input field of type email', () => { expect(wrapper.find('#input-group-1').find('input').attributes('disabled')).toBe('disabled') }) - it('has an disabled input field of amount', () => { + it('has a disabled input field for amount', () => { expect(wrapper.find('#input-2').find('input').attributes('disabled')).toBe('disabled') }) it('has a disabled textarea field ', () => {