This repository has been archived by the owner on Jul 29, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
fix(ExpectedConditions): non-static ExpectedConditions for browser #3766
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cnishina
force-pushed
the
fix_expectedConditions
branch
2 times, most recently
from
November 28, 2016 17:09
924f474
to
66a86fd
Compare
It looks like:
My guess is that we are not shutting down properly and the issue might be in |
cnishina
changed the title
fix(ExpectedConditions): non-static ExpectedConditions for browser
blocked fix(ExpectedConditions): non-static ExpectedConditions for browser
Nov 28, 2016
cnishina
changed the title
blocked fix(ExpectedConditions): non-static ExpectedConditions for browser
blocked: fix(ExpectedConditions): non-static ExpectedConditions for browser
Nov 28, 2016
cnishina
changed the title
blocked: fix(ExpectedConditions): non-static ExpectedConditions for browser
fix(ExpectedConditions): non-static ExpectedConditions for browser
Nov 28, 2016
cnishina
force-pushed
the
fix_expectedConditions
branch
from
November 30, 2016 22:46
66a86fd
to
1118a02
Compare
Also able to reproduce with |
In a related issue to forking with |
- Update sauce lab binary to run on travis. - Disable expected conditions test that forks the browser. This issue appears to not be specific to sauce labs. Also can reproduce this with a local driver provider. Additional work is required around driver providers and the runner. - Add TODO to enable test in the future when this is resolved. closes angular#3761
cnishina
force-pushed
the
fix_expectedConditions
branch
from
December 1, 2016 18:57
1118a02
to
f3bb285
Compare
juliemr
reviewed
Dec 1, 2016
@@ -320,6 +320,9 @@ export class ProtractorBrowser extends Webdriver { | |||
this.trackOutstandingTimeouts_ = !opt_untrackOutstandingTimeouts; | |||
this.mockModules_ = []; | |||
this.addBaseMockModules_(); | |||
|
|||
// set up expected conditions |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nit: comments should be sentences.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
😞 Will fix in next PR...
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
closes #3761