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

Co-authored-by: Moriz Wahl <moriz.wahl@gmx.de>
This commit is contained in:
Wolfgang Huß 2022-06-20 12:09:09 +02:00 committed by GitHub
parent d3824ae642
commit d0fb80483e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -52,7 +52,7 @@ describe('ChangeUserRoleFormular', () => {
wrapper = Wrapper()
})
it('a DIV element with the class.delete-user-formular', () => {
it('has a DIV element with the class.delete-user-formular', () => {
expect(wrapper.find('.change-user-role-formular').exists()).toBe(true)
})
})