2023-08-15 13:50:39 +00:00
|
|
|
# frozen_string_literal: true
|
|
|
|
|
2023-08-08 16:48:09 +00:00
|
|
|
require "test_helper"
|
|
|
|
|
|
|
|
class ApplicationSystemTestCase < ActionDispatch::SystemTestCase
|
2023-08-15 13:50:39 +00:00
|
|
|
driven_by :selenium, using: :headless_firefox, screen_size: [1400, 1400]
|
2023-08-08 16:48:09 +00:00
|
|
|
end
|