1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-08-10 07:55:21 +02:00

Change test password to avoid chromium conflicts

This commit is contained in:
Zach Gollwitzer 2025-04-10 17:20:05 -04:00
parent edfa7726be
commit 7682480d87
2 changed files with 6 additions and 6 deletions

View file

@ -13,7 +13,7 @@ class ApplicationSystemTestCase < ActionDispatch::SystemTestCase
visit new_session_path
within "form" do
fill_in "Email", with: user.email
fill_in "Password", with: "password"
fill_in "Password", with: "maybetestpassword817983172"
click_on "Log in"
end

View file

@ -3,7 +3,7 @@ empty:
first_name: User
last_name: One
email: user1@email.com
password_digest: $2a$12$7p8hMsoc0zSaC8eY9oewzelHbmCPdpPi.mGiyG4vdZwrXmGpRPoNK
password_digest: $2a$12$XoNBo/cMCyzpYtvhrPAhsubG21mELX48RAcjSVCRctW8dG8wrDIla
onboarded_at: <%= 3.days.ago %>
ai_enabled: true
@ -12,7 +12,7 @@ maybe_support_staff:
first_name: Support
last_name: Admin
email: support@maybefinance.com
password_digest: $2a$12$7p8hMsoc0zSaC8eY9oewzelHbmCPdpPi.mGiyG4vdZwrXmGpRPoNK
password_digest: $2a$12$XoNBo/cMCyzpYtvhrPAhsubG21mELX48RAcjSVCRctW8dG8wrDIla
role: super_admin
onboarded_at: <%= 3.days.ago %>
ai_enabled: true
@ -22,7 +22,7 @@ family_admin:
first_name: Bob
last_name: Dylan
email: bob@bobdylan.com
password_digest: $2a$12$7p8hMsoc0zSaC8eY9oewzelHbmCPdpPi.mGiyG4vdZwrXmGpRPoNK
password_digest: $2a$12$XoNBo/cMCyzpYtvhrPAhsubG21mELX48RAcjSVCRctW8dG8wrDIla
role: admin
onboarded_at: <%= 3.days.ago %>
ai_enabled: true
@ -32,7 +32,7 @@ family_member:
first_name: Jakob
last_name: Dylan
email: jakobdylan@yahoo.com
password_digest: $2a$12$7p8hMsoc0zSaC8eY9oewzelHbmCPdpPi.mGiyG4vdZwrXmGpRPoNK
password_digest: $2a$12$XoNBo/cMCyzpYtvhrPAhsubG21mELX48RAcjSVCRctW8dG8wrDIla
onboarded_at: <%= 3.days.ago %>
ai_enabled: true
@ -42,6 +42,6 @@ new_email:
last_name: User
email: user@example.com
unconfirmed_email: new@example.com
password_digest: $2a$12$7p8hMsoc0zSaC8eY9oewzelHbmCPdpPi.mGiyG4vdZwrXmGpRPoNK
password_digest: $2a$12$XoNBo/cMCyzpYtvhrPAhsubG21mELX48RAcjSVCRctW8dG8wrDIla
onboarded_at: <%= Time.current %>
ai_enabled: true