Merge pull request #1224 from cpennington/lms-xblock-js-execution

Add an XBlock javascript runtime, and use it to run XModules
This commit is contained in:
Calen Pennington
2013-10-21 05:53:36 -07:00
43 changed files with 354 additions and 148 deletions

View File

@@ -42,7 +42,7 @@ def add_a_multi_step_component(step, is_advanced, category):
def see_a_multi_step_component(step, category):
# Wait for all components to finish rendering
selector = 'li.component section.xmodule_display'
selector = 'li.component section.xblock-student_view'
world.wait_for(lambda _: len(world.css_find(selector)) == len(step.hashes))
for idx, step_hash in enumerate(step.hashes):