[ADF-3652][ADF-3653] Automated tests for people widget (#3880)

* [ADF-3652] Automated test for starting a process with people widget

* Fixing failing tests

* [ADF-3653] Automated test for people widget in completed task
This commit is contained in:
Marouan Bentaleb
2018-10-24 09:32:23 +01:00
committed by Eugenio Romano
parent 85c022730b
commit 858584bcf0
8 changed files with 202 additions and 4 deletions

View File

@@ -51,6 +51,16 @@ exports.Files = {
processName: "Process3576"
},
APP_WITH_USER_WIDGET:{
file_location:"/resources/apps/appWithUser.zip",
title: "appWithUser",
description: "Description for app",
processName: "ProcessWithUser",
startForm: "user",
taskForm: "displayUser",
peopleWidgetId: "label1"
},
SIMPLE_APP: {
file_location: "/resources/Simple App.zip",
title: "Simple App",