[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:
gmandakini
2019-02-22 14:28:56 +00:00
committed by Eugenio Romano
parent bda7e07b52
commit c066a2f36b
3 changed files with 171 additions and 60 deletions

View File

@@ -274,4 +274,8 @@ export class DataTablePage {
return this.allColumns.count();
}
getCellByNameAndColumn(content, columnName) {
return this.getRowByRowName(content).element(by.css(`div[title='${columnName}']`));
}
}