Skip to content

Commit 6cc799b

Browse files
committed
Use headless Chrome for system tests
1) Avoids opening a Chrome window locally 2) Allows system tests to run on GitHub Actions
1 parent f849759 commit 6cc799b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
require 'test_helper'
22

33
class ApplicationSystemTestCase < ActionDispatch::SystemTestCase
4-
driven_by :selenium, using: :chrome, screen_size: [1400, 1400]
4+
driven_by :selenium, using: :headless_chrome, screen_size: [1400, 1400]
55
end

0 commit comments

Comments
 (0)