File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
app/views/account_request_mailer Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2727 </ p >
2828
2929 < p >
30- < a href ='https://staging.humanessentials.app/ '> DiaperBase</ a >
30+ < a href ='https://staging.humanessentials.app/users/sign_in '> DiaperBase</ a >
3131 < br >
3232 < span > Username: org_admin1@example.com</ span >
3333 < br >
3434 < span > Password: password</ span >
3535 </ p >
3636
3737 < p >
38- < a href ='https://staging.partner. humanessentials.app/ '> PartnerBase</ a >
38+ < a href ='https://staging.humanessentials.app/partner_users/sign_in '> PartnerBase</ a >
3939 < br >
4040 < span > Username: verified@example.com</ span >
4141 < br >
Original file line number Diff line number Diff line change 2525 end
2626
2727 it 'should include the staging/demo account information' do
28- expect ( mail . body . encoded ) . to match ( %r{<a href='https://staging.humanessentials.app/'>DiaperBase</a>} )
28+ expect ( mail . body . encoded ) . to match ( %r{<a href='https://staging.humanessentials.app/users/sign_in '>DiaperBase</a>} )
2929 expect ( mail . body . encoded ) . to match ( 'Username: org_admin1@example.com' )
3030 expect ( mail . body . encoded ) . to match ( 'Password: password' )
3131
32- expect ( mail . body . encoded ) . to match ( %r{<a href='https://staging.partner. humanessentials.app/'>PartnerBase</a>} )
32+ expect ( mail . body . encoded ) . to match ( %r{<a href='https://staging.humanessentials.app/partner_users/sign_in '>PartnerBase</a>} )
3333 expect ( mail . body . encoded ) . to match ( 'Username: verified@example.com' )
3434 expect ( mail . body . encoded ) . to match ( 'Password: password' )
3535 end
You can’t perform that action at this time.
0 commit comments