Update frontend/src/views/Pages/SendOverview/GddSend/TransactionForm.spec.js

Co-authored-by: Moriz Wahl <moriz.wahl@gmx.de>
This commit is contained in:
Alexander Friedland 2022-02-04 19:36:48 +01:00 committed by GitHub
parent 4c51fa9803
commit 99b0fdadb4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,7 +38,7 @@ describe('GddSend', () => {
}) })
describe('transaction form disable because balance 0,0 GDD', () => { describe('transaction form disable because balance 0,0 GDD', () => {
it('has an disabled input field of type email', () => { it('has a disabled input field of type email', () => {
expect(wrapper.find('#input-group-1').find('input').attributes('disabled')).toBe('disabled') expect(wrapper.find('#input-group-1').find('input').attributes('disabled')).toBe('disabled')
}) })
it('has an disabled input field of amount', () => { it('has an disabled input field of amount', () => {