mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[affected:*][ci:force] Fixing e2e - the long painful journey - part II
This commit is contained in:
@@ -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'
|
||||
|
Reference in New Issue
Block a user