Andrew Tomaka
7d1559c2fd
All checks were successful
continuous-integration/drone/push Build is passing
7 lines
223 B
Ruby
7 lines
223 B
Ruby
require "test_helper"
|
|
|
|
class ApplicationSystemTestCase < ActionDispatch::SystemTestCase
|
|
driven_by :selenium,
|
|
using: ENV["VISIBLE_SYSTEM_TESTS"].present? ? :chrome : :headless_chrome,
|
|
screen_size: [1400, 1400]
|
|
end
|