GH Auto: Upstream dependencies ADF:8.4.0-18776431779 JS-API:9.4.0-18776431779 using Tag:8.4.0-18776431779 (#4865)

* [ci:force][auto-commit] Update dependencies ADF:8.4.0-18776431779  JS:9.4.0-18776431779

* fix

* fix

---------

Co-authored-by: nikita-web-ua <84377976+nikita-web-ua@users.noreply.github.com>
Co-authored-by: Mykyta Maliarchuk <mykyta.maliarchuk@hyland.com>
This commit is contained in:
Alfresco Build
2025-10-24 13:12:51 +02:00
committed by GitHub
co-authored by nikita-web-ua Mykyta Maliarchuk
parent 3386af55dd
commit c881e6d11a
3 changed files with 38 additions and 38 deletions
@@ -33,9 +33,9 @@ export class SearchFiltersProperties extends BaseComponent {
super(page, SearchFiltersProperties.rootElement);
}
public operatorButton = this.getChild(`.adf-search-properties-file-size-operator`);
public operatorButton = this.getChild(`[data-automation-id='adf-search-properties-file-size-operator']`);
public fileSizeInput = this.getChild(`[placeholder$='Enter file size']`);
public unitButton = this.getChild(`.adf-search-properties-file-size-unit`);
public unitButton = this.getChild(`[data-automation-id='adf-search-properties-file-size-unit']`);
public fileTypeInput = this.getChild(`[placeholder$='File Type']`);
public atLeastOption = this.page.locator(`mat-option`, { hasText: 'At Least' });
public atMostOption = this.page.locator(`mat-option`, { hasText: 'At Most' });