X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/06c2db433d63ebd0e5a83cb6b68a29a6ca1d5050..c12f8959dd2059b4ea9d45caf716923d7589cbb0:/test/system/confirmation_resend_test.rb?ds=sidebyside diff --git a/test/system/confirmation_resend_test.rb b/test/system/confirmation_resend_test.rb index 6bbde09e0..f615a6321 100644 --- a/test/system/confirmation_resend_test.rb +++ b/test/system/confirmation_resend_test.rb @@ -20,7 +20,7 @@ class ConfirmationResendSystemTest < ApplicationSystemTestCase test "flash message should not contain raw html" do visit user_confirm_resend_path(@user) - assert page.has_content?("sent a new confirmation") - assert_not page.has_content?("

") + assert_content "sent a new confirmation" + assert_no_content "

" end end