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

This commit is contained in:
Vito Albano
2024-03-09 19:11:12 +00:00
committed by VitoAlbano
parent c241a96ab4
commit 4811a581e3

View File

@@ -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: {