Commit 5ab159b0 by Andy Armstrong

Try to fix the failing JavaScript test

parent 230c0b5b
<div class="wrapper wrapper-modal-window wrapper-modal-window-mock"> <div class="wrapper wrapper-modal-window wrapper-modal-window-mock">
<div class="modal-window confirm modal-editor modal-lg modal-type-<%= xblockInfo.get('category') %>"> <div class="modal-window confirm modal-editor modal-lg modal-type-html %>">
<form class="edit-xblock-modal" action="#"> <div class="edit-xblock-modal" action="#">
<div class="modal-header"> <div class="modal-header">
<h2 class="title modal-window-title">Mock Modal Title</h2> <h2 class="title modal-window-title">Mock Modal Title</h2>
</div> </div>
...@@ -17,6 +17,6 @@ ...@@ -17,6 +17,6 @@
</li> </li>
</ul> </ul>
</div> </div>
</form> </div>
</div> </div>
</div> </div>
<div class="component-editor"> <div class="wrapper wrapper-modal-window wrapper-modal-window-mock">
<div class="base_wrapper"> <div class="modal-window confirm modal-editor modal-lg modal-type-<%= xblockInfo.get('category') %>">
<div class="edit-xblock-modal" action="#">
<div class="modal-header">
<h2 class="title modal-window-title">Mock Modal Title</h2>
</div>
<div class="modal-content">
<section class="editor-with-tabs"> <section class="editor-with-tabs">
<div class="wrapper-comp-editor" id="editor-tab-id" data-html_id='test_id'> <div class="wrapper-comp-editor" id="editor-tab-id" data-html_id='test_id'>
<div class="edit-header"> <div class="edit-header">
...@@ -28,8 +33,17 @@ ...@@ -28,8 +33,17 @@
</div> </div>
</div> </div>
</section> </section>
</div>
<div class="component-edit-header" style="display: block"/> <div class="modal-actions">
<ul>
<li class="action-item">
<a href="#" class="button action-primary action-save">Save</a>
</li>
<li class="action-item">
<a href="#" class="button action-secondary action-cancel">Cancel</a>
</li>
</ul>
</div>
</div>
</div> </div>
</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