mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
Detailed Task Statistics - Analytics (#1374)
* #1224 Show the details table * Fix unit test
This commit is contained in:
@@ -151,7 +151,7 @@ describe('AnalyticsComponent', () => {
|
||||
expect(res[0].datasets[0].data[1]).toEqual(1);
|
||||
|
||||
expect(res[1]).toBeDefined();
|
||||
expect(res[1].type).toEqual('table');
|
||||
expect(res[1].type).toEqual('masterDetailTable');
|
||||
expect(res[1].datasets).toBeDefined();
|
||||
expect(res[1].datasets.length).toEqual(2);
|
||||
expect(res[1].datasets[0][0]).toEqual('fake 1 user task');
|
||||
|
Reference in New Issue
Block a user