mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
GH Auto: Upstream dependencies ADF:6.10.0-9789568603 JS-API:7.9.0-9789568603 using Tag:6.10.0-9789568603 (#3917)
* [ci:force][auto-commit] Update dependencies ADF:6.10.0-9789568603 JS:7.9.0-9789568603 * Revert changes in #3915 (#3920) --------- Co-authored-by: pmartinezga <pmartinezga@users.noreply.github.com> Co-authored-by: Pablo Martinez <pmartinezga@gmail.com>
This commit is contained in:
@@ -257,7 +257,7 @@ export class DataTableComponent extends BaseComponent {
|
||||
|
||||
async isRowSelected(itemName: string): Promise<boolean> {
|
||||
const row = this.getRowByName(itemName);
|
||||
return await row.locator('.adf-datatable-checkbox-cell .mat-checkbox-checked').isVisible();
|
||||
return await row.locator('.adf-datatable-checkbox .mat-checkbox-checked').isVisible();
|
||||
}
|
||||
|
||||
async getColumnHeaders(): Promise<Array<string>> {
|
||||
|
Reference in New Issue
Block a user