Skip to content

Commit

Permalink
Switches to the headless chrome driver (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
robacarp authored Jan 11, 2024
1 parent 5cdb319 commit 39572f4
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 39572f4

Please sign in to comment.