Backbone version of the course outline page

STUD-1726
This commit is contained in:
Andy Armstrong
2014-06-25 20:54:58 -04:00
committed by cahrens
parent 49e0c642e2
commit f061bbc08b
74 changed files with 2814 additions and 1583 deletions

View File

@@ -10,7 +10,7 @@ CODEMIRROR_SELECTOR_PREFIX = "$('iframe').contents().find"
@step('I have created a Blank HTML Page$')
def i_created_blank_html_page(step):
world.create_course_with_unit()
step.given('I am in Studio editing a new unit')
world.create_component_instance(
step=step,
category='html',
@@ -20,7 +20,7 @@ def i_created_blank_html_page(step):
@step('I have created a raw HTML component')
def i_created_raw_html(step):
world.create_course_with_unit()
step.given('I am in Studio editing a new unit')
world.create_component_instance(
step=step,
category='html',
@@ -40,7 +40,7 @@ def i_see_only_the_html_display_name(step):
@step('I have created an E-text Written in LaTeX$')
def i_created_etext_in_latex(step):
world.create_course_with_unit()
step.given('I am in Studio editing a new unit')
step.given('I have enabled latex compiler')
world.create_component_instance(
step=step,