@step('I see an error about the length of the org/course/run tuple')
defi_see_error_about_length(step):
assertworld.css_has_text('#course_creation_error','The combined length of the organization, course number, and course run fields cannot be more than 65 characters.')
$('#course_creation_error').html('<p>'+gettext('Course fields must have a combined length of no more than 80 characters.')+'</p>');
$('#course_creation_error').html('<p>'+gettext('The combined length of the organization, course number, and course run fields cannot be more than 65 characters.')+'</p>');