summaryrefslogtreecommitdiff
path: root/test/application_system_test_case.rb
blob: d7e6bba8af7ba6613e07ae3381b548e7272c58a7 (plain)
1
2
3
4
5
require "test_helper"

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