mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
Update admin/src/components/ChangeUserRoleFormular.spec.js
Co-authored-by: Moriz Wahl <moriz.wahl@gmx.de>
This commit is contained in:
parent
53a90d299c
commit
d12cf4c987
@ -138,7 +138,7 @@ describe('ChangeUserRoleFormular', () => {
|
||||
rolesToSelect = wrapper.find('select.role-select').findAll('option')
|
||||
})
|
||||
|
||||
it('select is set to "usual user"', () => {
|
||||
it('has selected option set to "usual user"', () => {
|
||||
expect(wrapper.find('select.role-select').element.value).toBe('user')
|
||||
})
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user