mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
remove not needed spaces (#5495)
* remove not usefull spaces * increase timeout * increase timeout * fix
This commit is contained in:
@@ -92,8 +92,7 @@ describe('Start Task', () => {
|
||||
await identityService.deleteIdentityUser(activitiUser.idIdentityService);
|
||||
await identityService.deleteIdentityUser(apsUser.idIdentityService);
|
||||
await identityService.deleteIdentityUser(testUser.idIdentityService);
|
||||
|
||||
});
|
||||
});
|
||||
|
||||
beforeEach(async () => {
|
||||
await navigationBarPage.navigateToProcessServicesCloudPage();
|
||||
@@ -230,5 +229,4 @@ describe('Start Task', () => {
|
||||
|
||||
await expect(await taskHeaderCloudPage.getAssignee()).toBe(apsUser.username);
|
||||
});
|
||||
|
||||
});
|
||||
|
Reference in New Issue
Block a user