[ADF-3715]Refactor search filters page (#3933)

* Add tests for text widget

* Propose refactor search filters component

* Fix lint errors

* [ADF-3715]Refactor searchFiltersPage

* Change describe

* Replaced use of searchDialog with browser.get

* Added a test case

* Modifications to enterConfiguration method

* Create a new method enterBigConfigurationText

* Fix lint issues

* no message
This commit is contained in:
cristinaj
2018-11-03 19:02:31 +02:00
committed by Eugenio Romano
parent ca3e1035fa
commit a6cd910466
12 changed files with 584 additions and 161 deletions

View File

@@ -2,6 +2,7 @@
<mat-checkbox
*ngFor="let option of options"
[checked]="option.checked"
[attr.data-automation-id]="'checkbox-' + (option.name)"
(change)="changeHandler($event, option)">
{{ option.name | translate }}
</mat-checkbox>