[AAE-2557] - fixed variable mapping on start process (#5680)

* [AAE-2557] - fixed variable mapping on start process

* [AAE-2557] - fix for randomly failing e2e

* run

* uopdate process

* fix unit

* increase timeout

* Update edit-process-filter-cloud-component.page.ts

* [AAE-2557] - removed trailing whitespaces

* create only if change processes

* [create preview]

* trigger build

* [AAE-2557] - correct all filter on process filter selection

Co-authored-by: Eugenio Romano <eugenio.romano@alfresco.com>
Co-authored-by: Eugenio Romano <eromano@users.noreply.github.com>
This commit is contained in:
Vito
2020-05-12 20:35:45 +01:00
committed by GitHub
parent 6793c5c466
commit f5fe125c9e
9 changed files with 135 additions and 74 deletions

View File

@@ -71,7 +71,6 @@ describe('Task cloud visibility', async () => {
await navigationBarPage.navigateToProcessServicesCloudPage();
await appListCloudComponent.checkApsContainer();
await appListCloudComponent.goToApp(simpleApp);
await tasksCloudDemoPage.taskListCloudComponent().checkTaskListIsLoaded();
});
it('[C315170] Should be able to complete a task with a form with required number widgets', async () => {