[affected:*][ci:force] Fixing e2e - the long painful journey - part II

This commit is contained in:
Vito Albano
2024-03-14 11:18:14 +00:00
committed by VitoAlbano
parent d4ebe56d1f
commit f426d5d211
2 changed files with 6 additions and 6 deletions

View File

@@ -262,7 +262,7 @@ export const materialLocators = {
Menu: {
content: {
class: '.mat-mdc-menu-content',
root: 'mat-menu-content'
root: 'mat-mdc-menu-content'
},
panel: '.mat-mdc-menu-panel',
item: {
@@ -394,7 +394,7 @@ export const materialLocators = {
},
label: {
class: '.mdc-tab',
root: 'mat-mdc-tab-labels',
root: 'mat-tab-label',
active: {
class: '.mdc-tab--active',
root: 'mat-tab-label-active'