[ADF-5079] Claim task E2E (#5490)

* unified claim and requeue task

* * highlight filter added

* * removed unused method

* * improved test

* fixed conflicts
This commit is contained in:
dhrn
2020-02-21 16:19:08 +05:30
committed by GitHub
parent bf11cd65ec
commit 73ba7a209d
8 changed files with 221 additions and 60 deletions

View File

@@ -53,11 +53,17 @@ exports.Files = {
},
TEST_ASSIGNEE: {
file_location: "/resources/apps/Test Assignee.zip",
title: "Test Assignee",
file_location: "/resources/apps/Assignee.zip",
title: "Assignee",
description: "Description for app",
processName: "Sample",
userTasks: { one: 'Form1', two: 'Form2' }
processNames: ["simple", "candidate-task"],
userTasks: {
"simple": { one: 'Candidate Task', two: 'User Task' },
"candidateTask": "Human step"
},
candidateGroup: "candidates",
adminGroup: "admin",
adminCapabilities: ['tenant-admin']
},
APP_WITH_USER_WIDGET: {
@@ -100,7 +106,6 @@ exports.Files = {
file_location: "/resources/apps/Widgets smoke test.zip",
title: "Widgets smoke test",
formName: "Widgets smoke test",
title: "Widgets smoke test",
form_fields: {
text_id: "text",
header_id: "header",