[ACS-5293] changed non-unique data automation ids (#3226)

* changed non-unique data automation ids

* trying a fix for multiple search locators

* trying a fix for multiple search locators
This commit is contained in:
SheenaMalhotra182
2023-05-25 19:09:12 +01:00
committed by GitHub
parent 71d97a17bf
commit 39aa789712
2 changed files with 3 additions and 3 deletions
@@ -29,7 +29,7 @@ import { BrowserActions, BrowserVisibility, TestElement } from '@alfresco/adf-te
export class SearchInput extends Component {
get searchButton() {
return browser.element(by.css('.app-search-button'));
return browser.element(by.css('aca-search-input .app-search-button'));
}
searchContainer = browser.element(by.css('.app-search-container'));