7 lines
300 B
Ruby
7 lines
300 B
Ruby
require "test_helper"
|
|
|
|
class ApplicationSystemTestCase < ActionDispatch::SystemTestCase
|
|
#driven_by :selenium, using: :chrome, screen_size: [1400, 1400]
|
|
driven_by :selenium, using: :firefox, screen_size: [1400, 1400]
|
|
#driven_by :selenium, using: :headless_firefox, screen_size: [1400, 1400]
|
|
end
|