Skip to content

Commit

Permalink
Fix standalone-task-e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
rdiacenco committed Sep 21, 2020
1 parent b7765a4 commit ab9de72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions e2e/process-services/standalone-task.e2e.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,12 @@ describe('Start Task - Task App', () => {
await apiService.getInstance().activiti.appsApi.importAppDefinition(file);

await loginPage.login(processUserModel.email, processUserModel.password);
});
});

beforeEach(async () => {
await (await (await navigationBarPage.navigateToProcessServicesPage()).goToTaskApp()).clickTasksButton();
await taskPage.filtersPage().goToFilter(CONSTANTS.TASK_FILTERS.MY_TASKS);
});
});

it('[C260421] Should a standalone task be displayed when creating a new task without form', async () => {
const task = await taskPage.createNewTask();
Expand Down

0 comments on commit ab9de72

Please sign in to comment.