Forg/test/application_system_test_cas...

6 lines
159 B
Ruby
Raw Normal View History

2024-04-13 10:22:40 +00:00
require "test_helper"
class ApplicationSystemTestCase < ActionDispatch::SystemTestCase
2024-04-14 10:48:42 +00:00
driven_by :selenium, using: :chrome, screen_size: [ 1400, 1400 ]
2024-04-13 10:22:40 +00:00
end