Forg/test/application_system_test_cas...

8 lines
193 B
Ruby
Raw Normal View History

2024-04-13 10:22:40 +00:00
require "test_helper"
class ApplicationSystemTestCase < ActionDispatch::SystemTestCase
2024-04-21 12:23:37 +00:00
driven_by :selenium,
using: :headless_firefox,
screen_size: [ 1400, 1400 ]
2024-04-13 10:22:40 +00:00
end