mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-31 17:38:28 +00:00
improve selector to be valid for ADW as well (#2101)
This commit is contained in:
@@ -214,7 +214,7 @@ export class DataTable extends Component {
|
|||||||
}
|
}
|
||||||
|
|
||||||
private getNameLink(itemName: string): ElementFinder {
|
private getNameLink(itemName: string): ElementFinder {
|
||||||
return this.getRowNameCell(itemName).$('.adf-datatable-link');
|
return this.getRowNameCell(itemName).$('.adf-datatable-link [role="link"]');
|
||||||
}
|
}
|
||||||
|
|
||||||
async hasLinkOnName(itemName: string): Promise<boolean> {
|
async hasLinkOnName(itemName: string): Promise<boolean> {
|
||||||
|
Reference in New Issue
Block a user