From e4214bc193def65c3d7c12525e45a4f0cc9dc78d Mon Sep 17 00:00:00 2001 From: Alexander Friedland Date: Fri, 22 Apr 2022 11:41:10 +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 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) })