[affected:*][ci:force] Fixed check on expansion panel filter

This commit is contained in:
Vito Albano
2024-03-20 23:10:54 +00:00
parent d5ef5bd56f
commit ca6b1ac546
@@ -181,7 +181,7 @@ export const materialLocators = {
root: 'mat-error'
},
Expanded: {
class: '.mat-mdc-expanded',
class: '.mat-expanded',
root: 'mat-expanded'
},
Expansion: {