Skip to content

Commit

Permalink
Turn headless back on
Browse files Browse the repository at this point in the history
  • Loading branch information
maxkadel committed Sep 7, 2021
1 parent 569bad8 commit e222cca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/dummy/spec/support/capybara.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
Capybara.register_driver :chrome_headless do |app|
options = ::Selenium::WebDriver::Chrome::Options.new

# options.add_argument('--headless')
options.add_argument('--headless')
options.add_argument('--no-sandbox')
options.add_argument('--disable-dev-shm-usage')
options.add_argument('--window-size=1400,1400')
Expand Down

0 comments on commit e222cca

Please sign in to comment.