mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
Add basic Analytics documentation #951
This commit is contained in:
@@ -94,7 +94,7 @@ describe('Test ng2-activiti-analytics Report ', () => {
|
||||
});
|
||||
|
||||
it('Should render the Process definition overview report ', (done) => {
|
||||
component.onShowReport.subscribe((res) => {
|
||||
component.onSuccess.subscribe((res) => {
|
||||
expect(res).toBeDefined();
|
||||
expect(res.length).toEqual(3);
|
||||
|
||||
@@ -133,7 +133,7 @@ describe('Test ng2-activiti-analytics Report ', () => {
|
||||
});
|
||||
|
||||
it('Should render the Task overview report ', (done) => {
|
||||
component.onShowReport.subscribe((res) => {
|
||||
component.onSuccess.subscribe((res) => {
|
||||
expect(res).toBeDefined();
|
||||
expect(res.length).toEqual(2);
|
||||
|
||||
|
Reference in New Issue
Block a user