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) }) })