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

This commit is contained in:
Vito Albano
2024-04-09 23:55:54 +01:00
parent 57168c7b59
commit c770de8fd3
@@ -181,7 +181,7 @@ export const materialLocators = {
root: 'mat-error'
},
Expanded: {
class: '.mat-mdc-expanded',
class: '.mat-expanded',
root: 'mat-expanded'
},
Expansion: {