]> git.openstreetmap.org Git - rails.git/blobdiff - test/system/confirmation_resend.rb
Use paragraphs instead of line breaks, and avoid using html in translation strings
[rails.git] / test / system / confirmation_resend.rb
index 69103e67c3567eb830d3947722978ba4174cec9d..6bbde09e0a2dfd86dc5a084245a8d269d30bc498 100644 (file)
@@ -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?("<br />")
+    assert_not page.has_content?("<p>")
   end
 end