[ADF-4241]Added tests for process header cloud component (#4463)

* Added tests for process header cloud component

* Move the process-header-cloud-component page to testing folder

* Changed the test rail ids

* Fix lint issues.
This commit is contained in:
cristinaj
2019-03-25 16:40:42 +02:00
committed by Eugenio Romano
parent f9e39aaebd
commit e415bd8cd5
8 changed files with 240 additions and 2 deletions

View File

@@ -127,6 +127,13 @@ exports.PROCESS_DESCRIPTION = "No description";
exports.PROCESS_DATE_FORMAT = "mmm dd yyyy";
exports.PROCESS_DETAILS = {
NO_PARENT: "None",
NO_DATE: "No date",
NO_BUSINESS_KEY: 'None',
NO_DESCRIPTION: 'No description'
};
exports.PROCESS_STATUS = {
RUNNING: 'Running',
COMPLETED: 'Completed'