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

Changes for upcoming Angular refactoring #1233

Closed
wants to merge 2 commits into from

Conversation

juliemr
Copy link
Member

@juliemr juliemr commented Aug 25, 2014

Changes which will be necessary before angular/angular.js#8430

Previously, locators used 'document' as the root for their search. After this
change, they will use the root element provided in the config file -
`config.rootElement`. This will make sure behavior is correct if there are
multiple angular apps on one page, and also enables the getTestability
path, because that requires a root element under an ng-app.
This will be necessary after Angular commit
angular/angular.js#8430

It should be a noop (which adds one webdriver command) for versions of Angular
before that one.
@hankduan
Copy link
Contributor

LGTM

@juliemr juliemr added cla: yes and removed cla: no labels Aug 25, 2014
@juliemr
Copy link
Member Author

juliemr commented Aug 28, 2014

Closed as 41d8128

@juliemr juliemr closed this Aug 28, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants