RED-3800: add ids for tests
This commit is contained in:
parent
8993d7c2de
commit
7835b1caf0
@ -107,6 +107,7 @@
|
||||
<mat-checkbox
|
||||
(click)="filterCheckboxClicked($event, filter, filterGroup)"
|
||||
[checked]="filter.checked"
|
||||
[id]="'filter-checkbox-' + filter.id.replaceAll(' ', '-').replaceAll('.', '-')"
|
||||
[indeterminate]="filter.indeterminate"
|
||||
class="filter-menu-checkbox"
|
||||
>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user