[AAE-1179] Fix Start Task with Groups E2E tests (#5464)

This commit is contained in:
davidcanonieto
2020-02-10 14:49:39 +00:00
committed by GitHub
parent e46466a885
commit 1c016634b1
2 changed files with 1 additions and 19 deletions

View File

@@ -122,17 +122,9 @@ describe('Start Task - Group Cloud Component', () => {
await startTask.addName(oneGroupTaskName);
await startTask.clickStartButton();
await navigationBarPage.clickLogoutButton();
await loginSSOPage.loginSSOIdentityService(apsUser.email, apsUser.password);
await navigationBarPage.navigateToProcessServicesCloudPage();
await appListCloudComponent.checkApsContainer();
await appListCloudComponent.checkAppIsDisplayed(simpleApp);
await appListCloudComponent.goToApp(simpleApp);
await tasksCloudDemoPage.taskListCloudComponent().getDataTable().waitForTableBody();
await tasksCloudDemoPage.editTaskFilterCloudComponent().openFilter();
await tasksCloudDemoPage.editTaskFilterCloudComponent().clearAssignee();
await tasksCloudDemoPage.editTaskFilterCloudComponent().setStatusFilterDropDown('CREATED');
await tasksCloudDemoPage.taskListCloudComponent().getDataTable().waitForTableBody();
await tasksCloudDemoPage.taskListCloudComponent().checkContentIsDisplayedByName(oneGroupTaskName);
@@ -154,17 +146,9 @@ describe('Start Task - Group Cloud Component', () => {
await startTask.addName(bothGroupsTaskName);
await startTask.clickStartButton();
await navigationBarPage.clickLogoutButton();
await loginSSOPage.loginSSOIdentityService(apsUser.email, apsUser.password);
await navigationBarPage.navigateToProcessServicesCloudPage();
await appListCloudComponent.checkApsContainer();
await appListCloudComponent.checkAppIsDisplayed(simpleApp);
await appListCloudComponent.goToApp(simpleApp);
await tasksCloudDemoPage.taskListCloudComponent().getDataTable().waitForTableBody();
await tasksCloudDemoPage.editTaskFilterCloudComponent().openFilter();
await tasksCloudDemoPage.editTaskFilterCloudComponent().clearAssignee();
await tasksCloudDemoPage.editTaskFilterCloudComponent().setStatusFilterDropDown('CREATED');
await tasksCloudDemoPage.taskListCloudComponent().getDataTable().waitForTableBody();
await tasksCloudDemoPage.taskListCloudComponent().checkContentIsDisplayedByName(bothGroupsTaskName);