X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/b70da7b8ea15ab48bb2f34155567cea6dffc8fc9..1276fb944a8024884f3121d21577ef892353dfd1:/test/system/user_signup_test.rb diff --git a/test/system/user_signup_test.rb b/test/system/user_signup_test.rb index d4da01436..7e2c6ba54 100644 --- a/test/system/user_signup_test.rb +++ b/test/system/user_signup_test.rb @@ -6,6 +6,6 @@ class UserSignupTest < ApplicationSystemTestCase click_on "Register now" - assert page.has_content? "Confirm Password" + assert_content "Confirm Password" end end