mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[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:
@@ -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">
|
||||
|
Reference in New Issue
Block a user