Skip to content

Commit

Permalink
Restores shm settings -- headless is sufficient
Browse files Browse the repository at this point in the history
  • Loading branch information
danschmidt5189 committed Apr 16, 2024
1 parent 0cdfa13 commit 7e179ed
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,4 @@ services:
default:
aliases:
- selenium.test
shm_size: 2g
1 change: 0 additions & 1 deletion spec/rails_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@

Capybara.register_driver(:remote) do |app|
chrome_args = %w[
--disable-dev-shm-usage
--disable-smooth-scrolling
--headless
--window-size=2560,1344
Expand Down

0 comments on commit 7e179ed

Please sign in to comment.