mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
[ACS-6795] Search Input tests migrated to Playwright (#3675)
* Added Playwright tests for search - input
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user