mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[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:
committed by
Eugenio Romano
parent
3f8ca56405
commit
7a2a8a1ed3
@@ -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();
|
||||
|
||||
|
Reference in New Issue
Block a user