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

This commit is contained in:
Chris Dodge
2013-06-05 21:59:19 -04:00
committed by Brian Talbot
parent e23b693d90
commit ae77795fc1

View File

@@ -132,7 +132,7 @@ def create_studio_user(
def fill_in_course_info(
name='Robot Super Course',
org='MITx',
num='999',
num='101',
run='2013_Spring'):
world.css_fill('.new-course-name', name)
world.css_fill('.new-course-org', org)