[AAE-21085] Fix e2e Search - add content selector that wrap text

This commit is contained in:
Amedeo Lepore
2024-03-14 15:33:26 +01:00
committed by VitoAlbano
parent ec730b53fe
commit a5c93a1daf
2 changed files with 4 additions and 1 deletions

View File

@@ -257,6 +257,9 @@ export const materialLocators = {
text: {
class: '.mat-mdc-list-text'
},
content: {
class: '.mdc-list-item__content'
},
selectionList: 'mat-selection-list'
},
Menu: {