mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
[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:
committed by
GitHub
parent
71d97a17bf
commit
39aa789712
@@ -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'));
|
||||
|
Reference in New Issue
Block a user