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:42 +01:00 committed by GitHub
parent 86fdb62aef
commit 4c51fa9803
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -63,7 +63,7 @@ describe('GddSend', () => {
it('find not text-danger ', () => {
expect(wrapper.find('.text-danger').exists()).toBeFalsy()
})
it('find button reset', () => {
it('has a reset button', () => {
expect(wrapper.find('.test-buttons').findAll('button').at(0).attributes('type')).toBe(
'reset',
)