Try to fix the failing JavaScript test

This commit is contained in:
Andy Armstrong
2014-04-03 10:35:59 -04:00
parent 230c0b5b73
commit 5ab159b079
2 changed files with 49 additions and 35 deletions

View File

@@ -1,6 +1,6 @@
<div class="wrapper wrapper-modal-window wrapper-modal-window-mock">
<div class="modal-window confirm modal-editor modal-lg modal-type-<%= xblockInfo.get('category') %>">
<form class="edit-xblock-modal" action="#">
<div class="modal-window confirm modal-editor modal-lg modal-type-html %>">
<div class="edit-xblock-modal" action="#">
<div class="modal-header">
<h2 class="title modal-window-title">Mock Modal Title</h2>
</div>
@@ -17,6 +17,6 @@
</li>
</ul>
</div>
</form>
</div>
</div>
</div>