From d52671823ed00a544aaa512a4ac54a1c1e1450f5 Mon Sep 17 00:00:00 2001 From: Eugenio Romano Date: Tue, 23 Apr 2019 18:03:36 +0100 Subject: [PATCH] fix lint --- e2e/process-services-cloud/task-list-selection.e2e.ts | 1 - 1 file changed, 1 deletion(-) 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]);