@alfresco/aca-playwright-shared 7.2.0-18771766913 → 7.2.0-18778029855
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -3368,9 +3368,9 @@ class SearchFiltersProperties extends BaseComponent {
|
|
|
3368
3368
|
constructor(page) {
|
|
3369
3369
|
super(page, SearchFiltersProperties.rootElement);
|
|
3370
3370
|
}
|
|
3371
|
-
operatorButton = this.getChild(
|
|
3371
|
+
operatorButton = this.getChild(`[data-automation-id='adf-search-properties-file-size-operator']`);
|
|
3372
3372
|
fileSizeInput = this.getChild(`[placeholder$='Enter file size']`);
|
|
3373
|
-
unitButton = this.getChild(
|
|
3373
|
+
unitButton = this.getChild(`[data-automation-id='adf-search-properties-file-size-unit']`);
|
|
3374
3374
|
fileTypeInput = this.getChild(`[placeholder$='File Type']`);
|
|
3375
3375
|
atLeastOption = this.page.locator(`mat-option`, { hasText: 'At Least' });
|
|
3376
3376
|
atMostOption = this.page.locator(`mat-option`, { hasText: 'At Most' });
|