diff --git a/spec/system/users_auth_spec.rb b/spec/system/users_auth_spec.rb index 1d51c5630..646cd3716 100644 --- a/spec/system/users_auth_spec.rb +++ b/spec/system/users_auth_spec.rb @@ -737,7 +737,7 @@ describe "Users" do expect(page).to have_content "Your password is expired" - fill_in "Current password", with: "judgmentday" + fill_in "Current password", with: "123456789" fill_in "New password", with: "123456789" fill_in "Password confirmation", with: "123456789" click_button "Change your password"