Skip to content

Commit

Permalink
test: use headless chrome for system tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kjellberg committed Mar 25, 2024
1 parent 3ce94f0 commit c9d61be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/application_system_test_case.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
require "test_helper"

class ApplicationSystemTestCase < ActionDispatch::SystemTestCase
driven_by :selenium, using: :chrome, screen_size: [1400, 1400]
driven_by :selenium, using: :headless_chrome, screen_size: [1400, 1400]
end

0 comments on commit c9d61be

Please sign in to comment.