Update frontend/src/components/TransactionLinks/TransactionLink.spec.js

Co-authored-by: Moriz Wahl <moriz.wahl@gmx.de>
This commit is contained in:
Alexander Friedland 2022-04-22 11:41:10 +02:00 committed by GitHub
parent 720f90f4b2
commit e4214bc193
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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