From 9a1b73ebf3a98b74f11d970b8629aef0d8f82a07 Mon Sep 17 00:00:00 2001 From: Alexander Friedland Date: Tue, 16 Aug 2022 11:37:03 +0200 Subject: [PATCH] Update frontend/src/components/GddSend/TransactionConfirmationLink.spec.js Co-authored-by: Moriz Wahl --- .../src/components/GddSend/TransactionConfirmationLink.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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') }) })