[ADF-NO-ISSUE] update e2e js-api 3 (#4124)

* update e2e js-api node

* fix protractor import

* use new client

* fix protractor conf comaptibility

* processClient fix

* new js-api

* fix new import

* fix identity call

* fix identity call

* remove aut param

* fix model

* fix model

* increase timeout CS bigFile

* Refactor task details e2e tests

* Fix e2e test

* Rebase branch
This commit is contained in:
Eugenio Romano
2019-03-15 00:06:55 +00:00
committed by GitHub
parent 8126dfc6cb
commit 88870cd4da
107 changed files with 201 additions and 250 deletions

View File

@@ -25,7 +25,7 @@ import { browser } from 'protractor';
export class AppsActions {
async getProcessTaskId(alfrescoJsApi, processId) {
let taskList = await alfrescoJsApi.activiti.taskApi.listTasks();
let taskList = await alfrescoJsApi.activiti.taskApi.listTasks({});
let taskId = -1;
taskList.data.forEach((task) => {