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() })