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

Co-authored-by: Alexander Friedland <ogerly@users.noreply.github.com>
This commit is contained in:
Wolfgang Huß 2022-06-14 07:16:22 +02:00 committed by GitHub
parent 4e0a2f42a6
commit edf41861d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -47,7 +47,7 @@ describe('DeletedUserFormular', () => {
})
it('has a DIV element with the class.delete-user-formular', () => {
expect(wrapper.find('.deleted-user-formular').exists()).toBeTruthy()
expect(wrapper.find('.deleted-user-formular').exists()).toBe(true)
})
describe('delete self', () => {