ngauthier/capybara-slow_finder_errors

I'm getting a NoMethodError when the content is not in the page

Closed this issue · 2 comments

I've found an error in the gem, after include the gem in one of my apps I'm getting in some scenarios the following error:

NoMethodError Exception: undefined method `allow_reload!' for nil:NilClass

Reviewing the code the solution is re-raise the catched exception, I can open a PR with that if you think valuable

I just added a PR about that

Cool, thanks. I'll close this and we can talk over there.