mirror of
https://github.com/fluent/fluentd-ui.git
synced 2025-08-08 07:17:07 +02:00
6 lines
166 B
Ruby
6 lines
166 B
Ruby
require "test_helper"
|
|
|
|
class ApplicationSystemTestCase < ActionDispatch::SystemTestCase
|
|
driven_by :selenium, using: :headless_chrome, screen_size: [1920, 1080]
|
|
end
|