Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
edx-platform-release
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Hsin-Yu Chien
edx-platform-release
Commits
53e10501
Commit
53e10501
authored
11 years ago
by
Jay Zoldak
Browse files
Options
Downloads
Plain Diff
Merge pull request #1213 from edx/zoldak/fix-broken-acceptance
Change css locator for Course Outline page in acceptance test
parents
a1be9701
db4dfd14
Loading
Loading
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
cms/djangoapps/contentstore/features/checklists.py
+2
-2
2 additions, 2 deletions
cms/djangoapps/contentstore/features/checklists.py
with
2 additions
and
2 deletions
cms/djangoapps/contentstore/features/checklists.py
+
2
−
2
View file @
53e10501
...
...
@@ -2,7 +2,7 @@
#pylint: disable=W0621
from
lettuce
import
world
,
step
from
nose.tools
import
assert_true
,
assert_equal
,
assert_in
# pylint: disable=E0611
from
nose.tools
import
assert_true
,
assert_equal
# pylint: disable=E0611
from
terrain.steps
import
reload_the_page
from
selenium.common.exceptions
import
StaleElementReferenceException
...
...
@@ -61,7 +61,7 @@ def i_select_a_link_to_the_course_outline(step):
@step
(
'
I am brought to the course outline page$
'
)
def
i_am_brought_to_course_outline
(
step
):
assert
_in
(
'
Course Outline
'
,
world
.
css_
text
(
'
.outline .page-header
'
)
)
assert
world
.
is_
css_
present
(
'
body.view-outline
'
)
assert_equal
(
1
,
len
(
world
.
browser
.
windows
))
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment