diff --git a/common/test/acceptance/pages/lms/course_nav.py b/common/test/acceptance/pages/lms/course_nav.py index 0a9e7ff40a..7b01512286 100644 --- a/common/test/acceptance/pages/lms/course_nav.py +++ b/common/test/acceptance/pages/lms/course_nav.py @@ -173,8 +173,6 @@ class CourseNavPage(PageObject): That's true right after we click the section/subsection, but not true in general (the user could go to a section, then expand another tab). """ - - current_section_list = self.q(css='nav .chapter.is-open .group-heading').text current_subsection_list = self.q(css='nav .chapter-content-container a.active p').text