basic_app/test/application_system_test_case.rb
Nicolas Bally fd027c16c1 initial
2020-04-21 21:53:16 +02:00

6 lines
157 B
Ruby

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