tests: add autocomplete system tests.
This commit is contained in:
6
test/application_system_test_case.rb
Normal file
6
test/application_system_test_case.rb
Normal file
@@ -0,0 +1,6 @@
|
||||
require "test_helper"
|
||||
|
||||
class ApplicationSystemTestCase < ActionDispatch::SystemTestCase
|
||||
include SystemTestHelper
|
||||
driven_by :selenium, using: :firefox, screen_size: [1400, 1400]
|
||||
end
|
||||
Reference in New Issue
Block a user