diff --git a/spec/system/examples/registration_password_examples.rb b/spec/system/examples/registration_password_examples.rb index a2af701e6f..7e7c6026c2 100644 --- a/spec/system/examples/registration_password_examples.rb +++ b/spec/system/examples/registration_password_examples.rb @@ -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"