[ADF-3780]Implement task list cloud component tests (#4111)

This commit is contained in:
cristinaj
2019-01-14 10:53:44 +02:00
committed by Eugenio Romano
parent c17241fedc
commit aa6ba28427
9 changed files with 315 additions and 17 deletions

View File

@@ -40,4 +40,8 @@ export class TaskListCloudComponent {
return this.noTasksFound.getText();
}
getAllRowsByColumn(column) {
return this.dataTable.getAllRowsColumnValues(column);
}
}