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
b47e397d
Commit
b47e397d
authored
Jun 16, 2014
by
Jay Zoldak
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #4089 from edx/zoldak/courses-test
Fix the CoursePagesTest
parents
c74b34c1
b2c0e058
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
common/test/acceptance/tests/test_studio_general.py
+8
-0
No files found.
common/test/acceptance/tests/test_studio_general.py
View file @
b47e397d
...
...
@@ -116,6 +116,14 @@ class CoursePagesTest(UniqueCourseTest):
# Log in
self
.
auth_page
.
visit
()
# In the real workflow you will be at the dashboard page
# after you log in. This test was intermittently failing on the
# first (asset) page load with a 404.
# Not exactly sure why, so adding in a visit
# to the dashboard page here to replicate the usual flow.
self
.
dashboard_page
=
DashboardPage
(
self
.
browser
)
self
.
dashboard_page
.
visit
()
# Verify that each page is available
for
page
in
self
.
pages
:
page
.
visit
()
...
...
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