Skip to content
Snippets Groups Projects
Commit f1cd35ac authored by stv's avatar stv
Browse files

Fix PEP8: E301 expected 1 blank line, found 0

parent b56d0746
No related merge requests found
......@@ -13,6 +13,7 @@ class InstructorDashboardPage(CoursePage):
Instructor dashboard, where course staff can manage a course.
"""
url_path = "instructor"
def is_browser_on_page(self):
return self.q(css='div.instructor-dashboard-wrapper-2').present
......@@ -31,6 +32,7 @@ class MembershipPage(PageObject):
Membership section of the Instructor dashboard.
"""
url = None
def is_browser_on_page(self):
return self.q(css='a[data-section=membership].active-section').present
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment