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:
@@ -79,14 +79,12 @@ describe('Start Task - Task App', () => {
|
||||
await this.alfrescoJsApi.activiti.taskApi.createNewTask({ name: showHeaderTask });
|
||||
|
||||
await loginPage.loginToProcessServicesUsingUserModel(processUserModel);
|
||||
|
||||
});
|
||||
});
|
||||
|
||||
beforeEach(async () => {
|
||||
await (await navigationBarPage.navigateToProcessServicesPage()).goToTaskApp();
|
||||
await taskPage.filtersPage().goToFilter(CONSTANTS.TASK_FILTERS.MY_TASKS);
|
||||
|
||||
});
|
||||
});
|
||||
|
||||
it('[C260383] Should be possible to modify a task', async () => {
|
||||
const task = await taskPage.createNewTask();
|
||||
@@ -199,7 +197,5 @@ describe('Start Task - Task App', () => {
|
||||
await startDialog.blur(startDialog.name);
|
||||
await startDialog.checkValidationErrorIsDisplayed(lengthValidationError);
|
||||
await startDialog.checkStartButtonIsDisabled();
|
||||
|
||||
});
|
||||
|
||||
});
|
||||
});
|
||||
|
Reference in New Issue
Block a user