Commit 60f46a9e by Pavel Yushchenko

fixes

parent d3711762
...@@ -91,7 +91,7 @@ describe 'CombinedOpenEnded', -> ...@@ -91,7 +91,7 @@ describe 'CombinedOpenEnded', ->
@combined.child_state = 'initial' @combined.child_state = 'initial'
@combined.rebind() @combined.rebind()
expect(@combined.answer_area.attr("disabled")).toBeUndefined() expect(@combined.answer_area.attr("disabled")).toBeUndefined()
expect(@combined.submit_button.val()).toBe(gettext("Submit") expect(@combined.submit_button.val()).toBe(gettext("Submit"))
it 'when our child state is post_assessment', -> it 'when our child state is post_assessment', ->
@combined.child_state = 'post_assessment' @combined.child_state = 'post_assessment'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment