This commit is contained in:
parent
3f1110112d
commit
3c7b1c434b
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ require "test_helper"
|
|||
require "capybara/cuprite"
|
||||
|
||||
class ApplicationSystemTestCase < ActionDispatch::SystemTestCase
|
||||
driven_by :cuprite, options: {headless: ENV["VISIBLE_SYSTEM_TESTS"].blank?}
|
||||
driven_by :cuprite, options: { headless: ENV["VISIBLE_SYSTEM_TESTS"].blank? }
|
||||
|
||||
def login(email, password = "secret")
|
||||
visit new_session_url
|
||||
|
|
Loading…
Add table
Reference in a new issue