From 895867a8128f11d38b8b9db44b2ddb4deae34278 Mon Sep 17 00:00:00 2001 From: Chris Rodriguez Date: Wed, 26 Aug 2015 14:23:40 -0400 Subject: [PATCH] Fixing quality, again --- common/test/acceptance/pages/lms/course_nav.py | 2 -- 1 file changed, 2 deletions(-) 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