DEPR-18 Remove deprecated Notes LMS djangoapp (#21008)

This commit is contained in:
Brian Mesick
2019-09-03 16:49:58 -04:00
committed by Jeremy Bowman
parent 1a03816ddc
commit 75e38fc4fd
14 changed files with 9 additions and 1267 deletions

View File

@@ -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)