[ACS-7332] Added Playwright tests for Search - Filters - Logic (#3733)

* Added PW tests - Search - Filters - Logic
This commit is contained in:
Katarzyna Kita
2024-03-29 08:52:30 +01:00
committed by GitHub
parent 208122c936
commit f30fcbf693
2 changed files with 162 additions and 0 deletions

View File

@@ -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');
}