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

This commit is contained in:
Vito Albano
2024-04-03 02:38:28 +01:00
parent ceb0df099f
commit e59438c270
@@ -181,7 +181,7 @@ export const materialLocators = {
root: 'mat-error'
},
Expanded: {
class: '.mat-mdc-expanded',
class: '.mat-expanded',
root: 'mat-expanded'
},
Expansion: {