correction of expect at acl directive unit test
This commit is contained in:
parent
94bfe50818
commit
e8473d56fb
|
@ -42,6 +42,6 @@ describe('Directive acl', () => {
|
||||||
let input = element.find('input');
|
let input = element.find('input');
|
||||||
|
|
||||||
expect(input).toBeDefined();
|
expect(input).toBeDefined();
|
||||||
expect(input.attr('disabled')).toBeTruthy();
|
expect(input.attr('disabled')).toBeFalsy();
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue