mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
remove not needed spaces (#5495)
* remove not usefull spaces * increase timeout * increase timeout * fix
This commit is contained in:
@@ -110,7 +110,5 @@ describe('AnalyticsReportHeatMapComponent', () => {
|
||||
expect(component.currentMetric).toEqual(avgTimeValues);
|
||||
expect(component.currentMetricColors).toEqual(avgTimePercentages);
|
||||
}));
|
||||
|
||||
});
|
||||
|
||||
});
|
||||
});
|
||||
|
@@ -198,8 +198,7 @@ describe('AnalyticsReportListComponent', () => {
|
||||
responseText: reportList
|
||||
});
|
||||
});
|
||||
|
||||
});
|
||||
});
|
||||
|
||||
describe('layout', () => {
|
||||
|
||||
@@ -223,5 +222,4 @@ describe('AnalyticsReportListComponent', () => {
|
||||
expect(component.isList()).toBe(true);
|
||||
});
|
||||
});
|
||||
|
||||
});
|
||||
|
@@ -364,8 +364,7 @@ describe('Diagrams activities', () => {
|
||||
const resp = { elements: [diagramsActivitiesMock.businessRuleTask] };
|
||||
ajaxReply(resp);
|
||||
}));
|
||||
|
||||
});
|
||||
});
|
||||
|
||||
describe('Diagrams component Activities with process instance id: ', () => {
|
||||
|
||||
@@ -1268,7 +1267,5 @@ describe('Diagrams activities', () => {
|
||||
const resp = { elements: [diagramsActivitiesMock.businessRuleTaskCompleted] };
|
||||
ajaxReply(resp);
|
||||
}));
|
||||
|
||||
});
|
||||
|
||||
});
|
||||
});
|
||||
|
@@ -687,5 +687,4 @@ describe('Diagrams boundary', () => {
|
||||
ajaxReply(resp);
|
||||
}));
|
||||
});
|
||||
|
||||
});
|
||||
|
@@ -563,5 +563,4 @@ describe('Diagrams Catching', () => {
|
||||
ajaxReply(resp);
|
||||
}));
|
||||
});
|
||||
|
||||
});
|
||||
|
@@ -627,5 +627,4 @@ describe('Diagrams events', () => {
|
||||
ajaxReply(resp);
|
||||
}));
|
||||
});
|
||||
|
||||
});
|
||||
|
@@ -103,5 +103,4 @@ describe('Diagrams flows', () => {
|
||||
ajaxReply(resp);
|
||||
}));
|
||||
});
|
||||
|
||||
});
|
||||
|
@@ -443,5 +443,4 @@ describe('Diagrams gateways', () => {
|
||||
ajaxReply(resp);
|
||||
}));
|
||||
});
|
||||
|
||||
});
|
||||
|
@@ -211,5 +211,4 @@ describe('Diagrams structural', () => {
|
||||
ajaxReply(resp);
|
||||
}));
|
||||
});
|
||||
|
||||
});
|
||||
|
@@ -145,5 +145,4 @@ describe('Diagrams swim', () => {
|
||||
ajaxReply(resp);
|
||||
}));
|
||||
});
|
||||
|
||||
});
|
||||
|
@@ -670,5 +670,4 @@ describe('Diagrams throw', () => {
|
||||
ajaxReply(resp);
|
||||
}));
|
||||
});
|
||||
|
||||
});
|
||||
|
Reference in New Issue
Block a user