mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
Update admin/src/components/DeletedUserFormular.spec.js
Co-authored-by: Alexander Friedland <ogerly@users.noreply.github.com>
This commit is contained in:
parent
4e0a2f42a6
commit
edf41861d0
@ -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', () => {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user