Skip to content

Commit

Permalink
Enable no-sandbox on the capybara driver
Browse files Browse the repository at this point in the history
This is know to cause timeouts when running inside docker
  • Loading branch information
saliceti committed Jan 16, 2025
1 parent bd3880c commit 7585338
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/rails_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
timeout: 10,
process_timeout: 30,
window_size: [1200, 800],
browser_options: { 'no-sandbox': nil }
)
end
Capybara.default_driver = :cuprite
Expand Down

0 comments on commit 7585338

Please sign in to comment.