[affected:*][ci:force] Fixed e2e with new notation

This commit is contained in:
Vito Albano
2024-04-05 12:06:44 +01:00
parent 9e75675ad8
commit cb8f5cf007
@@ -274,8 +274,8 @@ export const materialLocators = {
class: '.mat-mdc-option',
group: 'mat-optgroup',
text: {
class: '.mat-mdc-option-text',
root: 'mat-option-text'
class: '.mdc-list-item__primary-text',
root: 'span'
}
},
Paginator: {