[ADF-4715][ADF-4717] fix process-filter-results random failing tests (#4888)

* [ADF-4715] a process never has CREATED status

* [ADF-4717] clean up in afterAll

* check mediumDate format

* check mediumDate format

* show more log data

* Revert "show more log data"

This reverts commit a19c629
This commit is contained in:
Suzana Dirla
2019-07-03 09:48:14 +01:00
committed by Eugenio Romano
parent e03799e038
commit a13196a836
7 changed files with 15 additions and 11 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ describe('Task Details component', () => {
let processUserModel, appModel;
const app = resources.Files.SIMPLE_APP_WITH_USER_FORM;
const tasks = ['Modifying task', 'Information box', 'No form', 'Not Created', 'Refreshing form', 'Assignee task', 'Attach File'];
const TASK_DATE_FORMAT = 'mmm dd, yyyy';
const TASK_DATE_FORMAT = 'mmm d, yyyy';
let formModel;
let apps;