diff --git a/e2e/process-services-cloud/start-task/start-task-group-cloud.e2e.ts b/e2e/process-services-cloud/start-task/start-task-group-cloud.e2e.ts index 389e574bb9..ba96679c18 100644 --- a/e2e/process-services-cloud/start-task/start-task-group-cloud.e2e.ts +++ b/e2e/process-services-cloud/start-task/start-task-group-cloud.e2e.ts @@ -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); diff --git a/e2e/protractor.excludes.json b/e2e/protractor.excludes.json index be010c5ce9..e665aa50d0 100644 --- a/e2e/protractor.excludes.json +++ b/e2e/protractor.excludes.json @@ -1,5 +1,3 @@ { - "C260249" : "REPO-4772 ACS 6.2", - "C291954" : "AAE-1179 Group Task", - "C291955" : "AAE-1179 Group Task" + "C260249" : "REPO-4772 ACS 6.2" }