diff --git a/frontend/src/components/TransactionLinks/TransactionLink.spec.js b/frontend/src/components/TransactionLinks/TransactionLink.spec.js index f7916c105..19d0683ab 100644 --- a/frontend/src/components/TransactionLinks/TransactionLink.spec.js +++ b/frontend/src/components/TransactionLinks/TransactionLink.spec.js @@ -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() }) })