Skip to content

Commit

Permalink
Merge branch 'circleci_2'
Browse files Browse the repository at this point in the history
  • Loading branch information
Rob Barreca committed Nov 7, 2018
2 parents ee17a54 + 38b0b1d commit 11da51d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/support/capybara.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
browser_options = Selenium::WebDriver::Chrome::Options.new()
browser_options.args << '--headless'
browser_options.args << '--disable-gpu'
browser_options.args << '--window-size=1400,1400'

Capybara.register_driver :selenium_chrome_headless do |app|
Capybara::Selenium::Driver.new(app,
Expand Down

0 comments on commit 11da51d

Please sign in to comment.