diff --git a/frontend/src/components/TransactionLinks/TransactionLink.spec.js b/frontend/src/components/TransactionLinks/TransactionLink.spec.js index cfbdf66c8..044cd3402 100644 --- a/frontend/src/components/TransactionLinks/TransactionLink.spec.js +++ b/frontend/src/components/TransactionLinks/TransactionLink.spec.js @@ -49,7 +49,7 @@ describe('TransactionLink', () => { expect(wrapper.find('.test-copy-link').exists()).toBe(false) }) - it('find no Qr-Code Button ', () => { + it('has no Qr-Code Button ', () => { expect(wrapper.find('.test-qr-code').exists()).toBe(false) })