Update admin/src/components/FigureQrCode.spec.js

Co-authored-by: Wolfgang Huß <wolle.huss@pjannto.com>
This commit is contained in:
Alexander Friedland 2022-06-08 14:40:05 +02:00 committed by GitHub
parent 1ef04d9d85
commit 33d68e4671
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,7 +20,7 @@ describe('FigureQrCode', () => {
})
it('renders the Div Element ".figure-qr-code"', () => {
expect(wrapper.find('div.figure-qr-code').exists()).toBeTruthy()
expect(wrapper.find('div.figure-qr-code').exists()).toBe(true)
})
it('renders the Div Element "q-r-canvas"', () => {