<li role="menuitem"><a href="#" class="topic" data-discussion_id="<%- id %>" aria-describedby="topic-name-span-<%- id %>" cohorted="<%- is_cohorted %>"><%- text %></a></li>
</script>
...
...
@@ -92,6 +103,9 @@ describe "NewPostView", ->
window.$$course_id="edX/999/test"
spyOn(DiscussionUtil,"makeWmdEditor")
@discussion=newDiscussion([],{pages:1})
describe"Drop down works correct",->
beforeEach->
@view=newNewPostView(
el:$(".new-post-article"),
collection:@discussion,
...
...
@@ -122,8 +136,6 @@ describe "NewPostView", ->
@parent_category_text="Basic Question Types"
@selected_option_text="Selection From Options"
describe"Drop down works correct",->
it"completely show parent category and sub-category",->