Update frontend/src/components/TransactionLinks/TransactionLink.spec.js

Co-authored-by: Moriz Wahl <moriz.wahl@gmx.de>
This commit is contained in:
Alexander Friedland 2022-04-22 11:40:40 +02:00 committed by GitHub
parent a54ad7cef4
commit 720f90f4b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -129,7 +129,7 @@ describe('TransactionLink', () => {
await wrapper.find('.test-delete-link .dropdown-item').trigger('click') await wrapper.find('.test-delete-link .dropdown-item').trigger('click')
}) })
it('test Modal if confirm true', () => { it('opens the modal ', () => {
expect(spy).toBeCalled() expect(spy).toBeCalled()
}) })