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 7bca424 commit 821762aCopy full SHA for 821762a
test/application_system_test_case.rb
@@ -1,5 +1,5 @@
1
require "test_helper"
2
3
class ApplicationSystemTestCase < ActionDispatch::SystemTestCase
4
- driven_by :selenium, using: :chrome, screen_size: [1400, 1400]
+ driven_by :selenium, using: :headless_chrome, screen_size: [1400, 1400]
5
end
0 commit comments