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

This commit is contained in:
Vito Albano
2024-04-11 21:46:31 +01:00
committed by Vito Albano
parent 500d14e504
commit 4848aa2141
@@ -274,8 +274,8 @@ export const materialLocators = {
class: '.mat-mdc-option', class: '.mat-mdc-option',
group: 'mat-optgroup', group: 'mat-optgroup',
text: { text: {
class: '.mat-mdc-option-text', class: '.mdc-list-item__primary-text',
root: 'mat-option-text' root: 'span'
} }
}, },
Paginator: { Paginator: {