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:37:08 +01:00 committed by GitHub
parent 75bb45a847
commit c4a64ebee0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -68,7 +68,7 @@ describe('GddSend', () => {
'reset', 'reset',
) )
}) })
it('find button submit', () => { it('has a submit button', () => {
expect(wrapper.find('.test-buttons').findAll('button').at(1).attributes('type')).toBe( expect(wrapper.find('.test-buttons').findAll('button').at(1).attributes('type')).toBe(
'submit', 'submit',
) )