[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

@@ -26,7 +26,7 @@
import { ElementFinder, by, browser, ExpectedConditions as EC } from 'protractor';
import { BROWSER_WAIT_TIMEOUT } from '../../configs';
import { Component } from '../component';
import moment = require('moment');
import * as moment from 'moment';
export class DateTimePicker extends Component {
private static selectors = {