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:43 +02:00 committed by GitHub
parent 7e266f9ec1
commit 53a90d299c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -104,7 +104,7 @@ describe('ChangeUserRoleFormular', () => {
expect(wrapper.find('select.role-select').exists()).toBe(true)
})
it('role select is enabled', () => {
it('has role select enabled', () => {
expect(wrapper.find('select.role-select[disabled="disabled"]').exists()).toBe(false)
})