mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-10-08 14:51:32 +00:00
#514 select filters by appId and AppName
This commit is contained in:
@@ -96,7 +96,6 @@ describe('ActivitiTaskList', () => {
|
||||
|
||||
taskList.onSuccess.subscribe( (res) => {
|
||||
expect(res).toBeDefined();
|
||||
expect(res).toEqual('Task List loaded');
|
||||
expect(taskList.tasks).toBeDefined();
|
||||
expect(taskList.isTaskListEmpty()).not.toBeTruthy();
|
||||
expect(taskList.tasks.getRows().length).toEqual(2);
|
||||
@@ -114,7 +113,6 @@ describe('ActivitiTaskList', () => {
|
||||
|
||||
taskList.onError.subscribe( (err) => {
|
||||
expect(err).toBeDefined();
|
||||
expect(err).toEqual('Error to load a tasks list');
|
||||
done();
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user