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
4b6e2f48
Commit
4b6e2f48
authored
Jun 12, 2015
by
Ben Patterson
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #8471 from edx/benp/flaky-cms-component-jun2015
Fix flaky lettuce test. TNL-1452
parents
eb81e52d
d96b5814
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
cms/djangoapps/contentstore/features/component.py
+3
-2
No files found.
cms/djangoapps/contentstore/features/component.py
View file @
4b6e2f48
...
...
@@ -74,8 +74,9 @@ def see_a_problem_component(step, category):
'No problem was added to the unit.'
)
problem_css
=
'li.studio-xblock-wrapper div.xblock-student_view'
actual_text
=
world
.
css_text
(
problem_css
)
assert_in
(
category
.
upper
(),
actual_text
)
# This view presents the given problem component in uppercase. Assert that the text matches
# the component selected (in uppercase)
assert_true
(
world
.
css_contains_text
(
problem_css
,
category
.
upper
()))
# pylint: disable=no-value-for-parameter
@step
(
u'I add a "([^"]*)" "([^"]*)" component$'
)
...
...
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