Commit ae77795f by Chris Dodge Committed by Brian Talbot

fix small - and harmless - typo in a test field setting

parent e23b693d
...@@ -132,7 +132,7 @@ def create_studio_user( ...@@ -132,7 +132,7 @@ def create_studio_user(
def fill_in_course_info( def fill_in_course_info(
name='Robot Super Course', name='Robot Super Course',
org='MITx', org='MITx',
num='999', num='101',
run='2013_Spring'): run='2013_Spring'):
world.css_fill('.new-course-name', name) world.css_fill('.new-course-name', name)
world.css_fill('.new-course-org', org) world.css_fill('.new-course-org', org)
......
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