tests: add autocomplete system tests.

This commit is contained in:
evazion
2019-09-17 18:14:33 -05:00
parent 4dfa645550
commit 02354e83fe
5 changed files with 166 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
require "test_helper"
class ApplicationSystemTestCase < ActionDispatch::SystemTestCase
include SystemTestHelper
driven_by :selenium, using: :firefox, screen_size: [1400, 1400]
end