[ADF-3714] E2E for Search Slider Filter (#4007)

This commit is contained in:
Marouan Bentaleb
2018-11-28 11:44:56 +00:00
committed by Eugenio Romano
parent cc7b9230ee
commit 5fc03cf26b
5 changed files with 286 additions and 20 deletions

View File

@@ -4,11 +4,12 @@
[max]="max"
[step]="step"
[thumbLabel]="thumbLabel"
(change)="onChangedHandler($event)">
(change)="onChangedHandler($event)"
data-automation-id="slider-range">
</mat-slider>
<div class="facet-buttons">
<button mat-button color="primary" (click)="reset()">
<button mat-button color="primary" (click)="reset()" data-automation-id="slider-btn-clear">
{{ 'SEARCH.FILTER.ACTIONS.CLEAR' | translate }}
</button>
</div>