thoughtbot/capybara-webkit

Upgrading Capybara to latest version makes Gitlab CI fail

8vius opened this issue · 0 comments

8vius commented

I'm upgrading my Capybara to the latest version (up from 2.18.0) This causes the normalized_whitespace deprecation running to show up a lot when running my tests. I read that pulling the master branch of the gem fixes the issue, effectively it does but now my CI on Gitlab fails with:

Errno::ENOENT: No such file or directory - /builds/products/micheticket/vendor/ruby/2.5.0/bundler/gems/capybara-webkit-77fdac424cd6/bin/webkit_server

Does anyone have any Idea on how to fix this?