Skip to content

Commit

Permalink
fix: Registration password examples
Browse files Browse the repository at this point in the history
  • Loading branch information
Quentinchampenois committed Jan 4, 2024
1 parent 1b10261 commit da21a42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/system/examples/registration_password_examples.rb
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
check :registration_user_newsletter
find("*[type=submit]").click

expect(page).to have_content("doesn't match Password")
expect(page).to have_content("does not match Password")

fill_in :registration_user_password, with: "DfyvHn425mYAy2HL"
fill_in :registration_user_password_confirmation, with: "DfyvHn425mYAy2HL"
Expand Down

0 comments on commit da21a42

Please sign in to comment.