We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93303d0 commit 181f5cbCopy full SHA for 181f5cb
test/application_system_test_case.rb
@@ -1,7 +1,9 @@
1
require "test_helper"
2
3
class ApplicationSystemTestCase < ActionDispatch::SystemTestCase
4
- driven_by :selenium, using: :chrome, screen_size: [1400, 1400]
+ driven_by :selenium, using: :chrome, screen_size: [1400, 1400] do |capabilities|
5
+ capabilities.add_argument("no-sandbox")
6
+ end
7
8
setup do
9
# Render error pages instead of raising on routing errors, like would happen
0 commit comments