Commit 895867a8 by Chris Rodriguez

Fixing quality, again

parent 8de854df
...@@ -173,8 +173,6 @@ class CourseNavPage(PageObject): ...@@ -173,8 +173,6 @@ class CourseNavPage(PageObject):
That's true right after we click the section/subsection, but not true in general 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). (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_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 current_subsection_list = self.q(css='nav .chapter-content-container a.active p').text
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment