Sha256: c8e28c112272a3868b4d4eab2627b50297599542b93bb245e8572eac05fc058d
Contents?: true
Size: 369 Bytes
Versions: 13
Compression:
Stored size: 369 Bytes
Contents
require "test_helper" class ApplicationSystemTestCase < ActionDispatch::SystemTestCase driven_by :selenium, using: :chrome, screen_size: [1400, 1400] def sign_in_admin_as(user) visit admin_sign_in_url fill_in :email, with: user.email fill_in :password, with: "Secret1*3*5*" click_on "Sign in" assert_current_path admin_url user end end
Version data entries
13 entries across 13 versions & 1 rubygems