diff --git a/client/core/src/directives/specs/acl.spec.js b/client/core/src/directives/specs/acl.spec.js index a20f66c2b..750256779 100644 --- a/client/core/src/directives/specs/acl.spec.js +++ b/client/core/src/directives/specs/acl.spec.js @@ -42,6 +42,6 @@ describe('Directive acl', () => { let input = element.find('input'); expect(input).toBeDefined(); - expect(input.attr('disabled')).toBeTruthy(); + expect(input.attr('disabled')).toBeFalsy(); }); });