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:43:30 +02:00 committed by GitHub
parent 8df93df392
commit 8748abf4f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -109,7 +109,7 @@ describe('TransactionLink', () => {
await wrapper.find('.test-qr-code .dropdown-item').trigger('click')
})
it('qr-code Modal if show', () => {
it('opens the qr-code Modal', () => {
expect(spy).toBeCalled()
})
})