about summary refs log blame commit diff
path: root/test/application_system_test_case.rb
blob: 652febbd68e8b3d79c7b4272dcfb61c8932a72e1 (plain) (tree)
1
2
3
4
5
6
7






                                                                
# frozen_string_literal: true

require 'test_helper'

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