5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-06-27 17:36:08 +00:00
panel/test/application_system_test_case.rb

6 lines
157 B
Ruby
Raw Normal View History

2018-01-02 17:19:25 +00:00
require "test_helper"
class ApplicationSystemTestCase < ActionDispatch::SystemTestCase
driven_by :selenium, using: :chrome, screen_size: [1400, 1400]
end