[ACA-1940] add tests for search input (#776)

This commit is contained in:
Adina Parpalita
2018-11-03 18:38:39 +02:00
committed by Denys Vuika
parent 68fc762dd2
commit ae382f8b39
8 changed files with 212 additions and 30 deletions

View File

@@ -23,7 +23,7 @@
* along with Alfresco. If not, see <http://www.gnu.org/licenses/>.
*/
import { ElementFinder, ElementArrayFinder, by, promise } from 'protractor';
import { ElementFinder, ElementArrayFinder, by } from 'protractor';
import { Component } from '../component';
export class Breadcrumb extends Component {