forked from fixin.me/fixin.me
Remove exception checking from system tests
This commit is contained in:
@@ -4,7 +4,7 @@ class ApplicationSystemTestCase < ActionDispatch::SystemTestCase
|
||||
# NOTE: remove when capabilities no longer used by Rails
|
||||
Selenium::WebDriver.logger.ignore(:capabilities)
|
||||
|
||||
driven_by :selenium, using: :headless_firefox, screen_size: [1600, 900]
|
||||
driven_by :selenium, using: :headless_firefox, screen_size: [2400, 1600]
|
||||
|
||||
def sign_in(user: users.select(&:confirmed?).sample, password: randomize_user_password!(user))
|
||||
visit new_user_session_url
|
||||
|
||||
Reference in New Issue
Block a user