diff --git a/frontend/src/components/TransactionLinks/TransactionLink.spec.js b/frontend/src/components/TransactionLinks/TransactionLink.spec.js index 672149c06..085b368dd 100644 --- a/frontend/src/components/TransactionLinks/TransactionLink.spec.js +++ b/frontend/src/components/TransactionLinks/TransactionLink.spec.js @@ -45,7 +45,7 @@ describe('TransactionLink', () => { }) describe('Link validUntil Date is not valid', () => { - it('find no link copy button', () => { + it('has no copy link button', () => { expect(wrapper.find('.test-copy-link').exists()).toBe(false) })