- create(:note_comment, :note => note, :body => "Note description is hidden", :visible => false)
- create(:note_comment, :note => note, :body => "Note comment visible", :event => "commented")
+ create(:note_comment, :note => note, :body => "Note description is hidden", :event => "opened", :visible => false)
+ create(:note_comment, :note => note, :body => "Note comment visible")