remove unused imports in protractor-helpers

This commit is contained in:
Filipe Silva 2016-11-12 20:35:10 +00:00
parent 4ac5e60522
commit 1d81dad708
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
import { browser, element, by } from 'protractor';
import { browser } from 'protractor';
export var appLang = {
appIsTs: false,