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

This commit is contained in:
Vito Albano
2024-05-09 12:48:17 +02:00
committed by DominikIwanek
parent 64f4aef012
commit ef5c8386f4
@@ -181,7 +181,7 @@ export const materialLocators = {
root: 'mat-error'
},
Expanded: {
class: '.mat-mdc-expanded',
class: '.mat-expanded',
root: 'mat-expanded'
},
Expansion: {