From da21a42fae8a83fa744065b636812172ca4206f7 Mon Sep 17 00:00:00 2001 From: quentinchampenois <26109239+Quentinchampenois@users.noreply.github.com> Date: Thu, 4 Jan 2024 10:43:22 +0100 Subject: [PATCH] fix: Registration password examples --- spec/system/examples/registration_password_examples.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"