+ assert_dom "article:match('id', ?)", /^c\d+$/, :count => 0
+ end
+
+ def test_read_note_suspended_opener_and_comment
+ note = create(:note)
+ create(:note_comment, :note => note, :author => create(:user, :suspended))
+ create(:note_comment, :note => note, :event => "commented")
+
+ sidebar_browse_check :note_path, note.id, "notes/show"
+ assert_dom "article:match('id', ?)", /^c\d+$/, :count => 1