remove unused imports in protractor-helpers
This commit is contained in:
parent
4ac5e60522
commit
1d81dad708
|
@ -1,4 +1,4 @@
|
||||||
import { browser, element, by } from 'protractor';
|
import { browser } from 'protractor';
|
||||||
|
|
||||||
export var appLang = {
|
export var appLang = {
|
||||||
appIsTs: false,
|
appIsTs: false,
|
||||||
|
|
Loading…
Reference in New Issue