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