From 6dd728bb1094b18d1b57ead8c85ef7299f70e646 Mon Sep 17 00:00:00 2001 From: KMY Date: Thu, 1 Feb 2024 13:11:22 +0900 Subject: [PATCH] Fix test --- spec/support/stories/profile_stories.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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