diff --git a/public/docs/_examples/protractor-helpers.ts b/public/docs/_examples/protractor-helpers.ts index 166cd04366..61af74ba30 100644 --- a/public/docs/_examples/protractor-helpers.ts +++ b/public/docs/_examples/protractor-helpers.ts @@ -1,4 +1,4 @@ -import { browser, element, by } from 'protractor'; +import { browser } from 'protractor'; export var appLang = { appIsTs: false,