mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
remove not needed spaces (#5495)
* remove not usefull spaces * increase timeout * increase timeout * fix
This commit is contained in:
@@ -69,8 +69,7 @@ describe('People component', () => {
|
||||
await this.alfrescoJsApi.activiti.taskApi.createNewTask({ name: tasks[2] });
|
||||
await this.alfrescoJsApi.activiti.taskApi.createNewTask({ name: tasks[3] });
|
||||
await this.alfrescoJsApi.activiti.taskApi.createNewTask({ name: tasks[4] });
|
||||
|
||||
});
|
||||
});
|
||||
|
||||
beforeEach(async () => {
|
||||
await loginPage.loginToProcessServicesUsingUserModel(processUserModel);
|
||||
@@ -78,8 +77,7 @@ describe('People component', () => {
|
||||
await navigationBarPage.navigateToProcessServicesPage();
|
||||
await (await processServices.goToTaskApp()).clickTasksButton();
|
||||
await taskPage.filtersPage().goToFilter(CONSTANTS.TASK_FILTERS.MY_TASKS);
|
||||
|
||||
});
|
||||
});
|
||||
|
||||
it('[C279989] Should no people be involved when no user is typed', async () => {
|
||||
await taskPage.tasksListPage().checkContentIsDisplayed(tasks[0]);
|
||||
@@ -231,5 +229,4 @@ describe('People component', () => {
|
||||
await taskPage.filtersPage().goToFilter(CONSTANTS.TASK_FILTERS.INV_TASKS);
|
||||
await taskPage.tasksListPage().checkContentIsNotDisplayed(tasks[3]);
|
||||
});
|
||||
|
||||
});
|
||||
|
Reference in New Issue
Block a user