diff --git a/e2e/process-services-cloud/task-list-selection.e2e.ts b/e2e/process-services-cloud/task-list-selection.e2e.ts index ca3df24cc2..109a31e805 100644 --- a/e2e/process-services-cloud/task-list-selection.e2e.ts +++ b/e2e/process-services-cloud/task-list-selection.e2e.ts @@ -104,7 +104,6 @@ describe('Task list cloud - selection', () => { tasksCloudDemoPage.clickAppButton(); tasksCloudDemoPage.taskListCloudComponent().getDataTable().waitForTableBody(); - tasksCloudDemoPage.taskListCloudComponent().checkContentIsDisplayedByName(tasks[0]); tasksCloudDemoPage.taskListCloudComponent().selectRow(tasks[0]); tasksCloudDemoPage.taskListCloudComponent().checkRowIsSelected(tasks[0]);