feature/share-libs
rb 5 lines 157 Bytes
Raw
1 require "test_helper"
2
3 class ApplicationSystemTestCase < ActionDispatch::SystemTestCase
4 driven_by :selenium, using: :chrome, screen_size: [1400, 1400]
5 end