mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-5078] Start Task e2e (#5485)
* [ADF-5078] Start Task e2e * * improved test * * fixed import
This commit is contained in:
@@ -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',
|
||||
|
@@ -52,6 +52,14 @@ exports.Files = {
|
||||
processName: "Process3576"
|
||||
},
|
||||
|
||||
TEST_ASSIGNEE: {
|
||||
file_location: "/resources/apps/Test Assignee.zip",
|
||||
title: "Test Assignee",
|
||||
description: "Description for app",
|
||||
processName: "Sample",
|
||||
userTasks: { one: 'Form1', two: 'Form2' }
|
||||
},
|
||||
|
||||
APP_WITH_USER_WIDGET: {
|
||||
file_location: "/resources/apps/appWithUser.zip",
|
||||
title: "appWithUser",
|
||||
|
Reference in New Issue
Block a user