remove not needed spaces (#5495)

* remove not usefull spaces

* increase timeout

* increase timeout

* fix
This commit is contained in:
Eugenio Romano
2020-02-23 17:00:16 +00:00
committed by GitHub
parent 9e0e2bdfa6
commit 2d0b571875
302 changed files with 378 additions and 1245 deletions

View File

@@ -110,7 +110,5 @@ describe('AnalyticsReportHeatMapComponent', () => {
expect(component.currentMetric).toEqual(avgTimeValues);
expect(component.currentMetricColors).toEqual(avgTimePercentages);
}));
});
});
});

View File

@@ -198,8 +198,7 @@ describe('AnalyticsReportListComponent', () => {
responseText: reportList
});
});
});
});
describe('layout', () => {
@@ -223,5 +222,4 @@ describe('AnalyticsReportListComponent', () => {
expect(component.isList()).toBe(true);
});
});
});

View File

@@ -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);
}));
});
});
});

View File

@@ -687,5 +687,4 @@ describe('Diagrams boundary', () => {
ajaxReply(resp);
}));
});
});

View File

@@ -563,5 +563,4 @@ describe('Diagrams Catching', () => {
ajaxReply(resp);
}));
});
});

View File

@@ -627,5 +627,4 @@ describe('Diagrams events', () => {
ajaxReply(resp);
}));
});
});

View File

@@ -103,5 +103,4 @@ describe('Diagrams flows', () => {
ajaxReply(resp);
}));
});
});

View File

@@ -443,5 +443,4 @@ describe('Diagrams gateways', () => {
ajaxReply(resp);
}));
});
});

View File

@@ -211,5 +211,4 @@ describe('Diagrams structural', () => {
ajaxReply(resp);
}));
});
});

View File

@@ -145,5 +145,4 @@ describe('Diagrams swim', () => {
ajaxReply(resp);
}));
});
});

View File

@@ -670,5 +670,4 @@ describe('Diagrams throw', () => {
ajaxReply(resp);
}));
});
});