+ note_with_hidden_comment = create(:note)
+ create(:note_comment, :note => note_with_hidden_comment)
+ create(:note_comment, :note => note_with_hidden_comment)
+ create(:note_comment, :note => note_with_hidden_comment, :visible => false)
+
+ browse_check "note", note_with_hidden_comment.id, "browse/note"