diff --git a/spec/support/stories/profile_stories.rb b/spec/support/stories/profile_stories.rb index 8c5a3c91f0..f180236a2e 100644 --- a/spec/support/stories/profile_stories.rb +++ b/spec/support/stories/profile_stories.rb @@ -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