There was an error while loading. Please reload this page.
1 parent f849759 commit 6cc799bCopy full SHA for 6cc799b
1 file changed
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