mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
add tests for Move content (#908)
This commit is contained in:
committed by
Cilibiu Bogdan
parent
f20ffcb610
commit
5eaa5c1bc7
@@ -324,8 +324,8 @@ export class DataTable extends Component {
|
||||
return await this.getRowByName(name).element(by.css(DataTable.selectors.libraryRole)).getText();
|
||||
}
|
||||
|
||||
async isItemPresent(name: string) {
|
||||
return await this.getRowByName(name).isPresent();
|
||||
async isItemPresent(name: string, location? : string) {
|
||||
return await this.getRowByName(name, location).isPresent();
|
||||
}
|
||||
|
||||
async getEntireDataTableText() {
|
||||
|
Reference in New Issue
Block a user