diff --git a/frontend/src/components/GddSend/TransactionConfirmationLink.spec.js b/frontend/src/components/GddSend/TransactionConfirmationLink.spec.js index 10c1f3a9e..91207901c 100644 --- a/frontend/src/components/GddSend/TransactionConfirmationLink.spec.js +++ b/frontend/src/components/GddSend/TransactionConfirmationLink.spec.js @@ -54,7 +54,7 @@ describe('GddSend confirm', () => { }) }) - it('has button disable', () => { + it('has send button disabled', () => { expect(wrapper.find('.send-button').attributes('disabled')).toBe('disabled') }) })