[ADF-4354]Fix cloud tests one by one (#4550)

* Fix locator

* Fix process-custom-filters.e2e.ts

* Fix start-tasks-cloud, processList-cloud-component, start-task-custom-app-cloud tests

* no message

* no message

* Fix process-header-cloud and task-header-cloud tests

* Fix process-header-cloud tests

* Fix processList-cloud-component
This commit is contained in:
cristinaj
2019-04-10 21:47:21 +03:00
committed by Eugenio Romano
parent 3f8ca56405
commit 7a2a8a1ed3
9 changed files with 25 additions and 19 deletions

View File

@@ -31,7 +31,7 @@ describe('Task Header cloud component', () => {
const basicCreatedTaskName = StringUtil.generateRandomString(), completedTaskName = StringUtil.generateRandomString();
let basicCreatedTask, basicCreatedDate, completedTask, completedCreatedDate, subTask, subTaskCreatedDate;
const simpleApp = 'simple-app';
const priority = 30, description = 'descriptionTask', formatDate = 'MMM DD YYYY';
const priority = 30, description = 'descriptionTask', formatDate = 'DD-MM-YYYY';
const taskHeaderCloudPage = new TaskHeaderCloudPage();