mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-4576]Add new tests for application cloud component (#4873)
* Add a new test * Revert file * Fix lint errors * Add a wait * fix roles constant uppercase * fix lint
This commit is contained in:
committed by
Eugenio Romano
parent
069e4297ea
commit
5c5bb7f9b7
@@ -64,7 +64,7 @@ describe('Edit task filters and task list properties', () => {
|
||||
tasksService = new TasksService(apiService);
|
||||
const settingsPage = new SettingsPage();
|
||||
|
||||
testUser = await identityService.createIdentityUserWithRole(apiService, [identityService.roles.aps_user]);
|
||||
testUser = await identityService.createIdentityUserWithRole(apiService, [identityService.ROLES.APS_USER]);
|
||||
|
||||
groupInfo = await groupIdentityService.getGroupInfoByGroupName('hr');
|
||||
await identityService.addUserToGroup(testUser.idIdentityService, groupInfo.id);
|
||||
|
Reference in New Issue
Block a user