DEPR-18 Remove deprecated Notes LMS djangoapp (#21008)
This commit is contained in:
committed by
Jeremy Bowman
parent
1a03816ddc
commit
75e38fc4fd
@@ -68,7 +68,7 @@ class TestNavigation(SharedModuleStoreTestCase, LoginEnrollmentTestCase):
|
||||
display_name='fullchrome',
|
||||
chrome='accordion,tabs')
|
||||
cls.tabtest = ItemFactory.create(parent=cls.chapterchrome,
|
||||
display_name='progress_tab',
|
||||
display_name='pdf_textbooks_tab',
|
||||
default_tab='progress')
|
||||
|
||||
cls.staff_user = GlobalStaffFactory()
|
||||
@@ -132,7 +132,7 @@ class TestNavigation(SharedModuleStoreTestCase, LoginEnrollmentTestCase):
|
||||
response = self.client.get(reverse('courseware_section', kwargs={
|
||||
'course_id': text_type(self.course.id),
|
||||
'chapter': 'Chrome',
|
||||
'section': 'progress_tab',
|
||||
'section': 'pdf_textbooks_tab',
|
||||
}))
|
||||
|
||||
self.assertTabActive('progress', response)
|
||||
|
||||
Reference in New Issue
Block a user