add delete users missing in ps cloud e2e

This commit is contained in:
Eugenio Romano
2019-07-12 14:53:54 +01:00
parent b28a53afe7
commit 18ed4e3c1d
4 changed files with 13 additions and 0 deletions

View File

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