Commit 09d59770 by Chris Dodge

try to fix jasmine tests

parent aad96d77
...@@ -6,9 +6,9 @@ describe('ProctoredExamView', function () { ...@@ -6,9 +6,9 @@ describe('ProctoredExamView', function () {
'<div class="proctored_exam_status">' + '<div class="proctored_exam_status">' +
'<script type="text/template" id="proctored-exam-status-tpl">' + '<script type="text/template" id="proctored-exam-status-tpl">' +
'<div class="exam-timer">' + '<div class="exam-timer">' +
'<%- gettext("You are taking \"") %>' + 'You are taking "' +
'<a href="<%= exam_url_path %>"> <%= exam_display_name %> </a>' + '<a href="<%= exam_url_path %>"> <%= exam_display_name %> </a>' +
'<%- gettext("\" as a proctored exam. The timer on the right shows the time remaining in the exam") %>' + '" as a proctored exam. The timer on the right shows the time remaining in the exam' +
'<span id="time_remaining_id" class="pull-right"> <b> </b> </span> </div>' + '<span id="time_remaining_id" class="pull-right"> <b> </b> </span> </div>' +
'</script>'+ '</script>'+
'</div>' '</div>'
......
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