5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-05-03 17:17:03 +00:00
panel/test/application_system_test_case.rb
2019-03-26 12:32:20 -03:00

8 lines
188 B
Ruby

# frozen_string_literal: true
require 'test_helper'
class ApplicationSystemTestCase < ActionDispatch::SystemTestCase
driven_by :selenium, using: :chrome, screen_size: [1400, 1400]
end