From cc340d2718d2c211e5f17c770b4a896480d5a2c8 Mon Sep 17 00:00:00 2001 From: Alexander Friedland Date: Mon, 4 Apr 2022 13:17:16 +0200 Subject: [PATCH] Update frontend/src/components/GddSend/TransactionConfirmationSend.spec.js Co-authored-by: Moriz Wahl --- .../src/components/GddSend/TransactionConfirmationSend.spec.js | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/components/GddSend/TransactionConfirmationSend.spec.js b/frontend/src/components/GddSend/TransactionConfirmationSend.spec.js index b2abb10b7..ed5c2ef6f 100644 --- a/frontend/src/components/GddSend/TransactionConfirmationSend.spec.js +++ b/frontend/src/components/GddSend/TransactionConfirmationSend.spec.js @@ -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', () => {