fluentd-ui/test/application_system_test_case.rb
Kenji Okimoto a6e90b0eaa
Remove garbage
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
2018-08-01 17:45:22 +09:00

6 lines
166 B
Ruby

require "test_helper"
class ApplicationSystemTestCase < ActionDispatch::SystemTestCase
driven_by :selenium, using: :headless_chrome, screen_size: [1920, 1080]
end