mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[AAE-21085] Fix e2e Search - add content selector that wrap text
This commit is contained in:
committed by
VitoAlbano
parent
9b1dd879a3
commit
779be0e759
@@ -23,7 +23,7 @@ export class SearchBarPage {
|
||||
searchBar = $(`adf-search-control input`);
|
||||
searchBarExpanded = TestElement.byCss(`adf-search-control ${materialLocators.Form.field.root}[class*="${materialLocators.Focused.root}"] input`);
|
||||
noResultMessage = $(`p[class*='adf-search-fixed-text']`);
|
||||
rowsAuthor = `${materialLocators.List.text.class} p[class*='adf-search-fixed-text']`;
|
||||
rowsAuthor = `${materialLocators.List.content.class} p[class*='adf-search-fixed-text']`;
|
||||
completeName = `h4[class*='adf-search-fixed-text']`;
|
||||
highlightName = `.adf-highlight`;
|
||||
searchBarPage = $(`${materialLocators.List.root}[id='autocomplete-search-result-list']`);
|
||||
|
@@ -257,6 +257,9 @@ export const materialLocators = {
|
||||
text: {
|
||||
class: '.mat-mdc-list-text'
|
||||
},
|
||||
content: {
|
||||
class: '.mdc-list-item__content'
|
||||
},
|
||||
selectionList: 'mat-selection-list'
|
||||
},
|
||||
Menu: {
|
||||
|
Reference in New Issue
Block a user