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
d96b5814
Commit
d96b5814
authored
Jun 10, 2015
by
Ben Patterson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix flaky lettuce test. TNL-1452
parent
f73b68d6
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 @
d96b5814
...
@@ -74,8 +74,9 @@ def see_a_problem_component(step, category):
...
@@ -74,8 +74,9 @@ def see_a_problem_component(step, category):
'No problem was added to the unit.'
)
'No problem was added to the unit.'
)
problem_css
=
'li.studio-xblock-wrapper div.xblock-student_view'
problem_css
=
'li.studio-xblock-wrapper div.xblock-student_view'
actual_text
=
world
.
css_text
(
problem_css
)
# This view presents the given problem component in uppercase. Assert that the text matches
assert_in
(
category
.
upper
(),
actual_text
)
# 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$'
)
@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