Skip to content
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

fix(restart): preserve waitForAngularEnabled on restart and chain more promises together #4047

Merged
merged 1 commit into from
Feb 1, 2017

Conversation

sjelin
Copy link
Contributor

@sjelin sjelin commented Feb 1, 2017

Missed in #4037

Also fixed a minor error where the promises implicitly created by setting
rootEl and ignoreSynchronization weren't getting chained properly.

Also fixed minor (so minor I think it was impossible to trigger) where
browser.plugins_ could be undefined.

@sjelin sjelin changed the title fix(restart): preserve waitForAngularEnabled on restart fix(restart): preserve waitForAngularEnabled on restart and chain more promises together Feb 1, 2017
…se chaining

I noticed I missed `waitForAngularEnabled` in
angular#4037.  This commit fixed that.

While I was at it I fixed a minor error where the promises implicitly created by
setting `rootEl` and `ignoreSynchronization` weren't getting chained properly.

Also fixed minor (so minor I think it was impossible to trigger) where
browser.plugins_ could be undefined.
@cnishina cnishina merged commit f9bee84 into angular:master Feb 1, 2017
igniteram pushed a commit to igniteram/protractor that referenced this pull request Feb 21, 2017
…se chaining (angular#4047)

I noticed I missed `waitForAngularEnabled` in
angular#4037.  This commit fixed that.

While I was at it I fixed a minor error where the promises implicitly created by
setting `rootEl` and `ignoreSynchronization` weren't getting chained properly.

Also fixed minor (so minor I think it was impossible to trigger) where
browser.plugins_ could be undefined.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants