Commit 8de854df by Chris Rodriguez

Cleanup for Quality

parent f8e23e91
......@@ -178,8 +178,6 @@ class CourseNavPage(PageObject):
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
#from nose.tools import set_trace; set_trace()
if len(current_section_list) == 0:
self.warning("Could not find the current section")
return False
......
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