Skip to content

Commit

Permalink
try headless chrome
Browse files Browse the repository at this point in the history
  • Loading branch information
amtuannguyen committed Jul 18, 2024
1 parent 1b55d90 commit 1b7b6af
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
Expand Up @@ -3,7 +3,7 @@
require 'test_helper'

class ApplicationSystemTestCase < ActionDispatch::SystemTestCase
driven_by :selenium, using: :chrome, screen_size: [1400, 1400], options: {
driven_by :selenium, using: :headless_chrome, screen_size: [1400, 1400], options: {
browser: :remote,
url: "http://#{ENV.fetch('SELENIUM_SERVER')}:4444"
}
Expand Down

0 comments on commit 1b7b6af

Please sign in to comment.