mirror of
https://github.com/internetee/registry.git
synced 2025-05-17 17:59:47 +02:00
Fix session helpers spec support
This commit is contained in:
parent
0ec796530c
commit
32824c194e
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
module Features
|
||||
module SessionHelpers
|
||||
def sign_in_to_registrar_area(user: FactoryGirl.create(:api_user))
|
||||
visit registrar_login_path
|
||||
visit registrar_login_url
|
||||
|
||||
fill_in 'depp_user_tag', with: user.username
|
||||
fill_in 'depp_user_password', with: user.password
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue