Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
f1cd35ac
Commit
f1cd35ac
authored
Nov 25, 2014
by
stv
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix PEP8: E301 expected 1 blank line, found 0
parent
b56d0746
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
common/test/acceptance/pages/lms/instructor_dashboard.py
+2
-0
No files found.
common/test/acceptance/pages/lms/instructor_dashboard.py
View file @
f1cd35ac
...
@@ -13,6 +13,7 @@ class InstructorDashboardPage(CoursePage):
...
@@ -13,6 +13,7 @@ class InstructorDashboardPage(CoursePage):
Instructor dashboard, where course staff can manage a course.
Instructor dashboard, where course staff can manage a course.
"""
"""
url_path
=
"instructor"
url_path
=
"instructor"
def
is_browser_on_page
(
self
):
def
is_browser_on_page
(
self
):
return
self
.
q
(
css
=
'div.instructor-dashboard-wrapper-2'
)
.
present
return
self
.
q
(
css
=
'div.instructor-dashboard-wrapper-2'
)
.
present
...
@@ -31,6 +32,7 @@ class MembershipPage(PageObject):
...
@@ -31,6 +32,7 @@ class MembershipPage(PageObject):
Membership section of the Instructor dashboard.
Membership section of the Instructor dashboard.
"""
"""
url
=
None
url
=
None
def
is_browser_on_page
(
self
):
def
is_browser_on_page
(
self
):
return
self
.
q
(
css
=
'a[data-section=membership].active-section'
)
.
present
return
self
.
q
(
css
=
'a[data-section=membership].active-section'
)
.
present
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment