[ACS-6795] Search Input tests migrated to Playwright (#3675)

* Added Playwright tests for search - input
This commit is contained in:
Katarzyna Kita
2024-03-04 08:50:22 +01:00
committed by GitHub
parent 3fe3746dfe
commit 73726a8d39
2 changed files with 99 additions and 0 deletions

View File

@@ -33,6 +33,8 @@ export class SearchOverlayComponent extends BaseComponent {
public searchLibrariesOption = this.getChild('label[for="libraries-input"]');
public searchInput = this.getChild('input[id="app-control-input"]');
public searchButton = this.getChild('.app-search-button');
public searchInputControl = this.page.locator('.app-search-control');
public searchOptions = this.page.locator('#search-options');
constructor(page: Page, rootElement = SearchOverlayComponent.rootElement) {
super(page, rootElement);