diff --git a/spec/system/users_auth_spec.rb b/spec/system/users_auth_spec.rb index 63663ca7c..c3ad50da5 100644 --- a/spec/system/users_auth_spec.rb +++ b/spec/system/users_auth_spec.rb @@ -46,11 +46,11 @@ describe "Users" do end scenario "Sign in with username" do - create(:user, username: "πŸ‘»πŸ‘½πŸ‘ΎπŸ€–", email: "ash@nostromo.dev", password: "xenomorph") + create(:user, username: "中村広", email: "ash@nostromo.dev", password: "xenomorph") visit "/" click_link "Sign in" - fill_in "user_login", with: "πŸ‘»πŸ‘½πŸ‘ΎπŸ€–" + fill_in "user_login", with: "中村広" fill_in "user_password", with: "xenomorph" click_button "Enter"