mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
restore PS xit tests (#3173)
This commit is contained in:
@@ -176,7 +176,7 @@ describe('PeopleComponent', () => {
|
||||
});
|
||||
});
|
||||
|
||||
xit('should return an empty list for not valid search', (done) => {
|
||||
it('should return an empty list for not valid search', (done) => {
|
||||
activitiPeopleComponent.peopleSearch$.subscribe((users) => {
|
||||
expect(users.length).toBe(0);
|
||||
done();
|
||||
|
Reference in New Issue
Block a user