mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
[ACS-7332] Added Playwright tests for Search - Filters - Logic (#3733)
* Added PW tests - Search - Filters - Logic
This commit is contained in:
@@ -36,4 +36,5 @@ export class SearchFiltersLogic extends BaseComponent {
|
||||
public matchAnyInput = this.getChild(`[placeholder$='Results will match any words entered here']`);
|
||||
public excludeInput = this.getChild(`[placeholder$='Results will exclude matches with these words']`);
|
||||
public matchExactInput = this.getChild(`[placeholder$='Results will match this entire phrase']`);
|
||||
public applyButton = this.page.locator('#apply-filter-button');
|
||||
}
|
||||
|
Reference in New Issue
Block a user