[ADF-3713] Implement Search radio component tests (#3948)

* [ADF-3713] Implement Search radio component tests

* Fixing the double quotes and whitespaces

* Changing names of methods

* More renamings

* Removing trailing whitespace

* Refactoring of search filters tests

* Small changes
This commit is contained in:
jdosti
2018-11-20 00:41:07 +00:00
committed by Eugenio Romano
parent c2bdbba0dc
commit 6e8677a768
9 changed files with 679 additions and 189 deletions

View File

@@ -1,7 +1,7 @@
<mat-radio-group
[(ngModel)]="value"
(change)="changeHandler($event)">
<mat-radio-button
<mat-radio-button [attr.data-automation-id]="'search-radio-'+(option.name | translate)"
*ngFor="let option of options"
[value]="option.value"
class="facet-filter">