Fix test
This commit is contained in:
parent
449336a7f6
commit
6dd728bb10
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ module ProfileStories
|
||||||
visit new_user_session_path
|
visit new_user_session_path
|
||||||
fill_in 'user_email', with: email
|
fill_in 'user_email', with: email
|
||||||
fill_in 'user_password', with: password
|
fill_in 'user_password', with: password
|
||||||
click_on 'ログイン' # I18n.t('auth.login')
|
click_on I18n.t('auth.login')
|
||||||
end
|
end
|
||||||
|
|
||||||
def with_alice_as_local_user
|
def with_alice_as_local_user
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue