Skip to content

Commit

Permalink
Merge pull request #3808 from consul/chromedriver_upgrade
Browse files Browse the repository at this point in the history
Update chromeOptions for newer versions of chromedriver
  • Loading branch information
microweb10 committed Nov 14, 2019
2 parents 6c80da7 + cb3a1f2 commit 81cf163
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/rails_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

Capybara.register_driver :headless_chrome do |app|
capabilities = Selenium::WebDriver::Remote::Capabilities.chrome(
chromeOptions: {
"goog:chromeOptions" => {
args: %W[headless no-sandbox window-size=1200,600 proxy-server=127.0.0.1:#{Capybara::Webmock.port_number}]
}
)
Expand Down

0 comments on commit 81cf163

Please sign in to comment.