X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/24f6aeda6a1b657d68a4e66f3a34d14ef408d652..baee0b9a90764287059682604c5d57feee67a364:/test/system/confirmation_resend.rb diff --git a/test/system/confirmation_resend.rb b/test/system/confirmation_resend.rb index 69103e67c..6bbde09e0 100644 --- a/test/system/confirmation_resend.rb +++ b/test/system/confirmation_resend.rb @@ -21,6 +21,6 @@ class ConfirmationResendSystemTest < ApplicationSystemTestCase visit user_confirm_resend_path(@user) assert page.has_content?("sent a new confirmation") - assert_not page.has_content?("
") + assert_not page.has_content?("

") end end