[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

@@ -24,6 +24,7 @@ var FolderModel = function (details) {
this.shortName = this.name;
this.tooltip = this.name;
this.location = "";
this.description= "";
this.getName = function () {
return this.name;