Skip to content

Commit

Permalink
Fixed pyton test case related to schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
amir-qayyum-khan committed Feb 26, 2016
1 parent e315e45 commit 02be0e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lms/djangoapps/ccx/tests/test_views.py
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ def test_create_ccx(self, ccx_name='New CCX'):
course_key = CourseKey.from_string(ccx_key)

self.assertTrue(CourseEnrollment.is_enrolled(self.coach, course_key))
self.assertTrue(re.search('id="ccx-schedule"', response.content))
self.assertTrue(re.search('id="ccx-schedule-container"', response.content))

# check if the max amount of student that can be enrolled has been overridden
ccx = CustomCourseForEdX.objects.get()
Expand Down

0 comments on commit 02be0e3

Please sign in to comment.