fixed yarn test

This commit is contained in:
ogerly 2022-04-21 18:08:05 +02:00
parent 6360509cad
commit 459dc217b6

View File

@ -249,7 +249,7 @@ describe('Send', () => {
describe('close button click', () => {
beforeEach(async () => {
await wrapper.findAll('button').at(1).trigger('click')
await wrapper.findAll('button').at(2).trigger('click')
})
it('Shows the TransactionForm', () => {