[ACA-3040]Modify some methods of start-process PO (#5650)

* Modify some methods of start-process PO

* Fix tests

* Fix test
This commit is contained in:
Cristina Jalba
2020-04-29 11:18:21 +03:00
committed by GitHub
parent c0664341a0
commit 7c0096eaa6
8 changed files with 56 additions and 43 deletions

View File

@@ -54,7 +54,7 @@ describe('Comment component for Processes', () => {
const importedApp = await applicationsService.importPublishDeployApp(app.file_path);
appId = importedApp.id;
const processWithComment = await new ProcessUtil(this.alfrescoJsApi).startProcessOfApp('Task App', processName);
const processWithComment = await new ProcessUtil(this.alfrescoJsApi).startProcessOfApp(importedApp.name, processName);
processInstanceId = processWithComment.id;
await loginPage.loginToProcessServicesUsingUserModel(user);