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:
Alfresco Build
2024-07-04 10:18:17 +02:00
committed by GitHub
parent 4f5aa2a0e5
commit d138d356b5
3 changed files with 37 additions and 37 deletions

View File

@@ -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>> {