From 720f90f4b21be70cdf4439cbd8889e3434a43ad2 Mon Sep 17 00:00:00 2001 From: Alexander Friedland Date: Fri, 22 Apr 2022 11:40:40 +0200 Subject: [PATCH] Update frontend/src/components/TransactionLinks/TransactionLink.spec.js Co-authored-by: Moriz Wahl --- .../src/components/TransactionLinks/TransactionLink.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/TransactionLinks/TransactionLink.spec.js b/frontend/src/components/TransactionLinks/TransactionLink.spec.js index b856618a7..cfbdf66c8 100644 --- a/frontend/src/components/TransactionLinks/TransactionLink.spec.js +++ b/frontend/src/components/TransactionLinks/TransactionLink.spec.js @@ -129,7 +129,7 @@ describe('TransactionLink', () => { await wrapper.find('.test-delete-link .dropdown-item').trigger('click') }) - it('test Modal if confirm true', () => { + it('opens the modal ', () => { expect(spy).toBeCalled() })