This commit is contained in:
KMY 2024-02-01 13:11:22 +09:00
parent 449336a7f6
commit 6dd728bb10

View file

@ -19,7 +19,7 @@ module ProfileStories
visit new_user_session_path
fill_in 'user_email', with: email
fill_in 'user_password', with: password
click_on 'ログイン' # I18n.t('auth.login')
click_on I18n.t('auth.login')
end
def with_alice_as_local_user