From df958f0be8999372171507df3c27d5fd1410cd8f Mon Sep 17 00:00:00 2001 From: Alexander Friedland Date: Fri, 22 Apr 2022 11:38: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 085b368dd..a86ff665c 100644 --- a/frontend/src/components/TransactionLinks/TransactionLink.spec.js +++ b/frontend/src/components/TransactionLinks/TransactionLink.spec.js @@ -53,7 +53,7 @@ describe('TransactionLink', () => { expect(wrapper.find('.test-qr-code').exists()).toBe(false) }) - it('find only Link Löschen Button ', () => { + it('has delete link button ', () => { expect(wrapper.find('.test-delete-link').exists()).toBe(true) }) })