Update frontend/src/components/GddSend/TransactionConfirmationLink.spec.js

Co-authored-by: Moriz Wahl <moriz.wahl@gmx.de>
This commit is contained in:
Alexander Friedland 2022-08-16 11:37:03 +02:00 committed by GitHub
parent 13478960bc
commit 9a1b73ebf3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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')
})
})