-
-
Notifications
You must be signed in to change notification settings - Fork 97
Capybara randomly not able to find elements #141
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
If you turn on debug log and attach it here or send it to my email I can take a look, otherwise it's fortune telling. |
I think you got the same problem. It should be fixed with #125 |
Sorry for not responding, i'm not really able to provide any debug logs right now / in the nearest future so i guess this issue can be closed till then. |
I'm having the same problem here, failing randomly with the error:
|
@MatheusPoliCamilo you better send logs and the test, otherwise it's not useful at all. Usually this happens in a bad written test, but there might be a lot of reasons. |
First of all - i'm not sure if that's a proper repo to report that issue, if not please forgive my ignorance and close this issue.
I have a pretty decent specs suite for one of my apps and there is one place that gives me headaches as it randomly fails on CI - like 8/10 of times. There is nothing really special about this check. It's about clicking a link:
The error rspec gives me is
I tried putting sleep before that line but it didn't helped neither. Also, i have capybara-screenshot installed and i can see that this link is there every single time this test fails so i have really no idea what's going on in here. My stack:
any tips or dirty hacks much appreciated!
The text was updated successfully, but these errors were encountered: