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 double rejection error caused by findElement in WebDriverJs. #141

Closed
wants to merge 1 commit into
base: master
from

Conversation

Projects
None yet
2 participants
@jagoda

jagoda commented Dec 6, 2013

Fixes issue 6686. See the issue in Google code for more details: https://code.google.com/p/selenium/issues/detail?id=6686

I have signed the CLA.

@jleyba

This comment has been minimized.

Show comment
Hide comment
@jleyba

jleyba Dec 9, 2013

Contributor

Thanks for the patch! The problem is actually a bug with Deferred#cancel(). Will push a fix momentarily.

Closing pull request.

Contributor

jleyba commented Dec 9, 2013

Thanks for the patch! The problem is actually a bug with Deferred#cancel(). Will push a fix momentarily.

Closing pull request.

@jleyba jleyba closed this Dec 9, 2013

@jagoda jagoda deleted the jagoda:webdriverjs_double_rejection branch Dec 9, 2013

@jagoda

This comment has been minimized.

Show comment
Hide comment
@jagoda

jagoda Dec 9, 2013

Ah, cool, thanks!

jagoda commented Dec 9, 2013

Ah, cool, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment