Skip to content

fix(webdriver): Pass in the control flow. #52

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Sep 2, 2016

Conversation

heathkit
Copy link
Contributor

@heathkit heathkit commented Sep 1, 2016

Fixes angular/protractor #3505, which was caused by Protractor and Jasminewd finding different webdriver instances through require(), and
thus using different ControlFlows.

Fixex angular/protractor#3505, which was caused by Protractor and
Jasminewd finding different webdriver instances through require(), and
thus using different ControlFlows.
* and Jasminews are using the same webdriver instance.
* @param {Object} flow. The ControlFlow to wrap tests in.
*/
function initJasminewd(flow) {
Copy link
Member

Choose a reason for hiding this comment

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

Nit: initJasmineWd

Copy link
Contributor Author

Choose a reason for hiding this comment

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

done

@juliemr
Copy link
Member

juliemr commented Sep 2, 2016

LGTM

@heathkit heathkit merged commit 01ef46c into angular:jasminewd2 Sep 2, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants