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

This commit is contained in:
Vito Albano
2024-04-16 09:11:30 +01:00
parent c6e302ce0a
commit c19c998377
@@ -181,7 +181,7 @@ export const materialLocators = {
root: 'mat-error'
},
Expanded: {
class: '.mat-mdc-expanded',
class: '.mat-expanded',
root: 'mat-expanded'
},
Expansion: {