mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-26 17:24:56 +00:00
Add getStatusByName in task list page (#5247)
This commit is contained in:
parent
6f42e0ea0e
commit
c0c7f0cc1c
@ -45,6 +45,9 @@ export class TaskListCloudComponentPage {
|
||||
return this.dataTable;
|
||||
}
|
||||
|
||||
getStatusByName(taskName: string): Promise<string> {
|
||||
return this.dataTable.getColumnValueForRow('Name', taskName, 'Status');
|
||||
}
|
||||
clickCheckbox(taskName: string): Promise<void> {
|
||||
return this.dataTable.clickCheckbox(column.name, taskName);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user