mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
[ADF-4241]Added tests for process header cloud component (#4463)
* Added tests for process header cloud component * Move the process-header-cloud-component page to testing folder * Changed the test rail ids * Fix lint issues.
This commit is contained in:
committed by
Eugenio Romano
parent
f9e39aaebd
commit
e415bd8cd5
@@ -30,6 +30,14 @@ export class ProcessListCloudComponent {
|
||||
return this.dataTable;
|
||||
}
|
||||
|
||||
selectRow(processName) {
|
||||
return this.dataTable.selectRow('Name', processName);
|
||||
}
|
||||
|
||||
selectRowById(processId) {
|
||||
return this.dataTable.selectRow('Id', processId);
|
||||
}
|
||||
|
||||
checkContentIsDisplayedByName(processName) {
|
||||
return this.dataTable.checkContentIsDisplayed('Name', processName);
|
||||
}
|
||||
|
Reference in New Issue
Block a user