remove not needed spaces (#5495)

* remove not usefull spaces

* increase timeout

* increase timeout

* fix
This commit is contained in:
Eugenio Romano
2020-02-23 17:00:16 +00:00
committed by GitHub
parent 9e0e2bdfa6
commit 2d0b571875
302 changed files with 378 additions and 1245 deletions

View File

@@ -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();
});
});
});