mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-10-01 14:41:32 +00:00
[ADF-4100] Automate Permission Role dropdown for User (#4331)
* in progress * in progress * ADF-4012 pull request ready * crc's * crc's - moved the methods ProcessListCloudComponent to dataTablePage, to keep it common. * crc's - moved the methods ProcessListCloudComponent to dataTablePage, to keep it common. * changed the locator to use data-automation-id * linting fix * test automated - C268974 * test automated - C268974 * crc's * crc's * crc's * crc's * linting fix * added automation for C276980 - Duplicate User or Group * merged the overlapping testcases * Changed checkUserHasRoleSelected to use datatable methods * changed hte usernames to something more relevant and readable.
This commit is contained in:
committed by
Eugenio Romano
parent
bda7e07b52
commit
c066a2f36b
@@ -274,4 +274,8 @@ export class DataTablePage {
|
||||
return this.allColumns.count();
|
||||
}
|
||||
|
||||
getCellByNameAndColumn(content, columnName) {
|
||||
return this.getRowByRowName(content).element(by.css(`div[title='${columnName}']`));
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user