[ADF-5078] Start Task e2e (#5485)

* [ADF-5078] Start Task e2e

* * improved test

* * fixed import
This commit is contained in:
dhrn
2020-02-19 16:13:43 +05:30
committed by GitHub
parent 2f89787b7a
commit c12eee1f59
17 changed files with 289 additions and 255 deletions

View File

@@ -74,6 +74,12 @@ exports.TASK_FILTERS = {
COMPLETED_TASKS: 'Completed Tasks'
};
exports.PROCESS_FILTERS = {
RUNNING: 'Running',
COMPLETED: 'Completed',
ALL: 'All'
};
exports.TASK_DETAILS = {
NO_FORM: 'No form',
NO_PARENT: 'No parent',