[affected:*][ci:force] [AAE-21082] Fix e2e Content: Directive - C291941 - add missing selector

This commit is contained in:
Amedeo Lepore
2024-03-12 11:28:18 +01:00
committed by VitoAlbano
parent 0bd2967589
commit e9a5a2366c

View File

@@ -51,6 +51,7 @@ export class DataTableComponentPage {
this.mainMenuButton = this.rootElement.$('[data-automation-id="adf-datatable-main-menu-button"]');
this.selectedRowNumber = this.rootElement.$(`adf-datatable-row[class*='is-selected'] div[data-automation-id*='text_']`);
this.allSelectedRows = this.rootElement.$$(`adf-datatable-row[class*='is-selected']`);
this.selectAllChecked = this.rootElement.$(`div[class*='adf-datatable-header'] ${materialLocators.Checkbox.root}${materialLocators.Checkbox.checked.class}`);
this.selectAll = this.rootElement.$(`div[class*='adf-datatable-header'] ${materialLocators.Checkbox.root}`);
this.emptyList = this.rootElement.$(`adf-empty-content`);
this.emptyListTitle = this.rootElement.$(`.adf-empty-content__title`);