[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 Vito Albano
parent cc6aa22f92
commit 2e44fcf06b
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: {