Skip to content

Commit

Permalink
Fix up test to match wording change in email
Browse files Browse the repository at this point in the history
  • Loading branch information
mlandauer committed Jun 18, 2024
1 parent fd416a0 commit 84fe74e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/features/user_sign_up_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
# TODO: The subject line should be changed to "Planning Alerts" in /app/config/locales/devise.en.yml
# Do this after we've completely moved over to the new theme
expect(current_email).to have_subject("PlanningAlerts: Reset password instructions")
expect(current_email.default_part_body.to_s).to include("Please click the button below and follow the instructions")
expect(current_email.default_part_body.to_s).to include("Thanks for confirming you are you")
end

describe "clicking the link in the email" do
Expand Down

0 comments on commit 84fe74e

Please sign in to comment.