This commit is contained in:
KMY 2023-10-18 10:41:42 +09:00 committed by KMY(雪あすか)
parent 1d9c77063e
commit 84eae6fac9
32 changed files with 556 additions and 586 deletions

View file

@ -18,7 +18,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_button I18n.t('auth.login')
end
def with_alice_as_local_user