2024-05-26 10:45:10 +00:00
|
|
|
# frozen_string_literal: true
|
|
|
|
|
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
|