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
acae281f
Commit
acae281f
authored
Mar 01, 2016
by
Ben Patterson
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #11677 from edx/benp/tnl-4151-fix2
Ensuring page is loaded belongs in the page object.
parents
650c95f9
18e1aaa3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
2 deletions
+1
-2
common/test/acceptance/pages/studio/index.py
+1
-1
common/test/acceptance/tests/studio/test_studio_home.py
+0
-1
No files found.
common/test/acceptance/pages/studio/index.py
View file @
acae281f
...
...
@@ -15,7 +15,7 @@ class DashboardPage(PageObject):
url
=
BASE_URL
+
"/course/"
def
is_browser_on_page
(
self
):
return
self
.
q
(
css
=
'
body.view-dashboard'
)
.
present
return
self
.
q
(
css
=
'
.content-primary'
)
.
visible
@property
def
course_runs
(
self
):
...
...
common/test/acceptance/tests/studio/test_studio_home.py
View file @
acae281f
...
...
@@ -49,7 +49,6 @@ class CreateLibraryTest(WebAppTest):
self
.
auth_page
.
visit
()
self
.
dashboard_page
.
visit
()
self
.
dashboard_page
.
wait_for_element_visibility
(
'.content-primary'
,
'See library list.'
)
self
.
assertFalse
(
self
.
dashboard_page
.
has_library
(
name
=
name
,
org
=
org
,
number
=
number
))
self
.
assertTrue
(
self
.
dashboard_page
.
has_new_library_button
())
...
...
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