]> git.openstreetmap.org Git - rails.git/blobdiff - test/system/resolve_note_test.rb
Fix "undefined" comment when hiding resolved notes
[rails.git] / test / system / resolve_note_test.rb
index f9c28a999b07ac120f4518720f77dedfb73244c6..c4b02b0405b89a418a9e263546cd74dbab6f5d7a 100644 (file)
@@ -86,6 +86,7 @@ class ResolveNoteTest < ApplicationSystemTestCase
 
       assert_content "Hidden note ##{note.id}"
       assert_no_content "<iframe" # leak from share textarea
+      assert_no_content "undefined" # value from missing comment textarea
     end
   end