-
Notifications
You must be signed in to change notification settings - Fork 303
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
content_rating test not happy #4527
Comments
It had been working -- are you sure this isn't indicative of an actual error? |
BTW, the links to the test run on sauce labs are helpful in determining whether there's a legitimate error or if our app is having a moment. Be sure to check those out & include them in cases like this where you think there is a smelly test. I can't find a build with this specific error. |
It worked after rebuilding! That's why I made the issue... |
Here's another build with the same error: |
Okay, I'll try to figure out what's going on. |
Previously the element became stale *just* after being found and prior to being clicked -- evidently a race condition. If the `click` fails, this will retry -- repeated failure will raise a timeout error. As for *why* the reference could be stale -- it's possible if the view first calls renderSequence and then calls renderAll *before* the second rating element is clicked. Not sure how this could happen. May in fact be due to something else entirely.
Awesome! |
Just gonna wait it out for a couple of builds to see if it works, but I would think it does :) |
Should be fixed in #4548 |
Any chance getting this fixed for 0.15? It's a test so not a dangerous fix, just that it'd be nice to get rid of these inconclusive / random test failures.
Circle CI output...
The text was updated successfully, but these errors were encountered: