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

chore(typescript): convert locators.js to locators.ts #3153

Merged
merged 1 commit into from
Apr 23, 2016

Conversation

sjelin
Copy link
Contributor

@sjelin sjelin commented Apr 22, 2016

No description provided.

export class WebdriverBy {};
WebdriverBy.prototype = webdriver.By;

export interface ProtractorLocator extends webdriver.Locator {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since the webdriver Locator is namespaced, can we just export interface Locator? There should be no ambiguity since it would be imported from protractor.

@sjelin
Copy link
Contributor Author

sjelin commented Apr 23, 2016

All comments addressed. Will merge as soon as travis is done

@sjelin sjelin merged commit a89d9d2 into angular:master Apr 23, 2016
@cnishina cnishina mentioned this pull request Jun 27, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants