diff --git a/features/support/env.rb b/features/support/env.rb index 2c92fea5..3a7a19c6 100644 --- a/features/support/env.rb +++ b/features/support/env.rb @@ -61,6 +61,8 @@ ].compact, ) + service.executable_path = "/usr/bin/chromedriver" + Capybara::Selenium::Driver.new( app, browser: :chrome,