ngauthier/capybara-slow_finder_errors

Capybara 3.0 support?

Opened this issue · 3 comments

Hi,

Capybara 3.0 is released. The gemspec is locked to 2.x. Can you update the gem to work with 3.0?

I tried using my own fork but I couldn't even write a test case that fails anymore. I tried refute page.has_content?("abc") but that just waited 10 seconds. With capybara 2.18 as well as 3.0.1.

Sadly I don't have the test case online since I tried in our closed codebase. Maybe @erikaxel, can you try if this gem works for you with 2.18?

Guess this is solved by cf3da37