From 158ca4abec0f7bcec8e2d7001d66192caef5204b Mon Sep 17 00:00:00 2001 From: Alexander Friedland Date: Fri, 22 Apr 2022 11:37:52 +0200 Subject: [PATCH] Update frontend/src/components/TransactionLinks/TransactionLink.spec.js Co-authored-by: Moriz Wahl --- .../src/components/TransactionLinks/TransactionLink.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) })