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

chore(dependencies): update selenium-webdriver to 2.47.1 #2559

Merged
merged 2 commits into from
Sep 30, 2015

Conversation

juliemr
Copy link
Member

@juliemr juliemr commented Sep 29, 2015

Along with it, update jasminewd2 to avoid situations where the
control flow gets locked up and hangs.

Potential Breaking Change:

This is passing all existing Protractor tests, but there is a
possibility that the changes to the control flow will cause some
test flows to hang. If this causes issues, please revisit your
use of functions affecting the control flow, such as
flow.execute.

Along with it, update `jasminewd2` to avoid situations where the
control flow gets locked up and hangs.

Potential Breaking Change:

This is passing all existing Protractor tests, but there is a
possibility that the changes to the control flow will cause some
test flows to hang. If this causes issues, please revisit your
use of functions affecting the control flow, such as
`flow.execute`.
@juliemr juliemr self-assigned this Sep 29, 2015
@benkroeger
Copy link

+1

@juliemr
Copy link
Member Author

juliemr commented Sep 30, 2015

I'm seeing a consistent issue with the polling spec, which only occurs on Travis. Cannot yet reproduce locally or running from my machine to sauce.

EDIT: fixed now - issue was due to differences in behavior when ignoreSynchronization was turned on.

Previously, the order of frames and tasks on the control flow was
different depending on `browser.ignoreSynchronization`. This fixes
the inconsistency by creating an empty task when ignoreSynchronization
is true.

Practically, this fixes the polling spec failing after the update
to [email protected].
@juliemr juliemr merged commit f034e01 into angular:master Sep 30, 2015
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.

3 participants