Skip to content
This repository has been archived by the owner on Jul 29, 2024. It is now read-only.

Commit

Permalink
chore(ptor): properly export typings on ptor (#3612)
Browse files Browse the repository at this point in the history
- global object protractor did not have types, this should export the type as well as assign the definition

closes #3610
  • Loading branch information
cnishina authored and heathkit committed Oct 7, 2016
1 parent 5cef1bf commit ef72882
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions lib/ptor.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
import {ActionSequence, Browser, Builder, Button, Capabilities, Capability, Command, CommandName, error, EventEmitter, FileDetector, Key, logging, promise, Session, until, WebDriver, WebElement, WebElementPromise} from 'selenium-webdriver';
import * as chrome from 'selenium-webdriver/firefox';
import * as http from 'selenium-webdriver/http';
import * as remote from 'selenium-webdriver/remote';

import {ElementHelper, ProtractorBrowser} from './browser';
import {ElementArrayFinder, ElementFinder} from './element';
import {ProtractorExpectedConditions} from './expectedConditions';
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@types/jasmine": "^2.2.31",
"@types/node": "^6.0.35",
"@types/q": "^0.0.30",
"@types/selenium-webdriver": "~2.53.30",
"@types/selenium-webdriver": "~2.53.31",
"adm-zip": "0.4.7",
"chalk": "^1.1.3",
"glob": "^7.0.3",
Expand Down

0 comments on commit ef72882

Please sign in to comment.