[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 Vito Albano
parent 9de580bbe0
commit 500d14e504
8 changed files with 24 additions and 11 deletions

View File

@@ -20,6 +20,7 @@ export const materialLocators = {
root: 'mat-error'
},
Tooltip: {
root: 'mat-tooltip-component'
root: 'mat-tooltip-component',
message: '.mdc-tooltip__surface'
}
};