mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-09 18:02:54 +00:00
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:
co-authored by
nikita-web-ua
Mykyta Maliarchuk
parent
3386af55dd
commit
c881e6d11a
+2
-2
@@ -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' });
|
||||
|
||||
Reference in New Issue
Block a user