-
-
Notifications
You must be signed in to change notification settings - Fork 8.4k
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
Control flow getting stuck #796
Comments
I believe it was caused by this change: 53b0c0f#diff-b1976f46bdbb6d0d51ba6baa46156d61R519. When I revert it back to use |
Small note: the public URL for w3 schools used for testing has changed its css slightly. To run this example, now, replace the locator with |
FYI, I spent the weekend working on this. I fixed this bug, but I'm still working through all of the regression tests. I will probably finish everything up this coming weekend. |
@jleyba awesome, thanks! |
Here's another attempt at reproducing the hanging webdriver control flow we've been seeing at protractor.
My previous attempt (#715) has been close, but hopefully this is something new. In particular, this hangs with webdriver 2.46.1 but not 2.45.1
The text was updated successfully, but these errors were encountered: