[ADF-4840] Fixing failing tests on process-services-cloud (#5013)

* [ADF-4840] Fixing dropdown-widget.e2e.ts-beforeEach and start-task-group-cloud.e2e.ts-afterAll

* [ADF-4840] Testing with apps deployed with different permissions

* [ADF-4840] Fixing edit-process-filters-component.e2e.ts

* [ADF-4840] Add space to lib/process-services-cloud

* [ADF-4840] Fixing people-group-cloud-filter-component and reverting changes to the appNames

* [ADF-4840] Fixing start-task-custom-app-cloud
This commit is contained in:
Marouan Bentaleb
2019-08-30 16:32:14 +01:00
committed by Eugenio Romano
parent 9e1a90adc8
commit 3bebc7a18c
5 changed files with 33 additions and 52 deletions

View File

@@ -107,8 +107,6 @@ describe('Form Field Component - Dropdown Widget', () => {
await navigationBarPage.navigateToProcessServicesCloudPage();
await appListCloudComponent.checkApsContainer();
await appListCloudComponent.goToApp(simpleApp);
await identityService.deleteIdentityUser(testUser.idIdentityService);
});
it('[C290069] Should be able to read rest service dropdown options, save and complete the task form', async () => {