Skip to content

Commit

Permalink
Correr las pruebas de sistema en modo headless (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
franklinjosmell authored Sep 15, 2022
1 parent f8ee74f commit ab175d7
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 ab175d7

Please sign in to comment.