mirror of
https://github.com/internetee/registry.git
synced 2025-06-12 07:34:45 +02:00
Fix spec helper
This commit is contained in:
parent
5561825584
commit
7e356730e2
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ module Features
|
||||||
fill_in 'admin_user[username]', with: user.username
|
fill_in 'admin_user[username]', with: user.username
|
||||||
fill_in 'admin_user[password]', with: user.password
|
fill_in 'admin_user[password]', with: user.password
|
||||||
|
|
||||||
click_button 'Log in'
|
click_button 'Sign in'
|
||||||
end
|
end
|
||||||
|
|
||||||
def sign_in_to_registrar_area(user: create(:api_user))
|
def sign_in_to_registrar_area(user: create(:api_user))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue