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

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