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

This commit is contained in:
Vito Albano
2024-03-09 02:09:58 +00:00
committed by VitoAlbano
parent 48f83252ce
commit 1bc487a2fe
6 changed files with 8 additions and 8 deletions

View File

@@ -391,12 +391,12 @@ export const materialLocators = {
root: 'mat-tab-label-active'
},
content: {
class: '.mat-mdc-tab-label-content',
class: '.mdc-tab__content',
root: 'mat-tab-label-content'
}
},
labels: {
class: '.mat-mdc-tab-labels'
class: '.mdc-tab__text-label'
},
list: '.mat-mdc-tab-list'
},