@alfresco/aca-playwright-shared 8.0.0-16314242792 → 8.0.0-16317431307

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.
@@ -3406,7 +3406,8 @@ class SearchFiltersProperties extends BaseComponent {
3406
3406
  }
3407
3407
  if (fileTypeInputText) {
3408
3408
  await this.fileTypeInput?.fill(fileTypeInputText);
3409
- await this.dropdownOptions.first().click();
3409
+ const targetDropdownOption = this.page.locator(`mat-option`, { hasText: fileTypeInputText });
3410
+ await targetDropdownOption.click();
3410
3411
  }
3411
3412
  await page.searchFilters.menuCardApply.click();
3412
3413
  await page.dataTable.progressBarWaitForReload();