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

Co-authored-by: Moriz Wahl <moriz.wahl@gmx.de>
This commit is contained in:
Alexander Friedland 2022-04-04 13:17:16 +02:00 committed by GitHub
parent 75d339903e
commit cc340d2718
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -64,6 +64,7 @@ describe('GddSend confirm', () => {
describe('double click', () => {
beforeEach(async () => {
await wrapper.find('button.btn-primary').trigger('click')
await wrapper.find('button.btn-primary').trigger('click')
})
it('emits send transaction one time', () => {