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
17daa2a0
Commit
17daa2a0
authored
Jul 19, 2013
by
Will Daly
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed two other tests
parent
27d51b34
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
cms/djangoapps/contentstore/features/discussion-editor.py
+2
-1
cms/djangoapps/contentstore/features/problem-editor.py
+2
-1
No files found.
cms/djangoapps/contentstore/features/discussion-editor.py
View file @
17daa2a0
...
@@ -9,7 +9,8 @@ def i_created_discussion_tag(step):
...
@@ -9,7 +9,8 @@ def i_created_discussion_tag(step):
world
.
create_component_instance
(
world
.
create_component_instance
(
step
,
'.large-discussion-icon'
,
step
,
'.large-discussion-icon'
,
'discussion'
,
'discussion'
,
'.xmodule_DiscussionModule'
'.xmodule_DiscussionModule'
,
has_multiple_templates
=
False
)
)
...
...
cms/djangoapps/contentstore/features/problem-editor.py
View file @
17daa2a0
...
@@ -170,7 +170,8 @@ def edit_latex_source(step):
...
@@ -170,7 +170,8 @@ def edit_latex_source(step):
@step
(
'my change to the High Level Source is persisted'
)
@step
(
'my change to the High Level Source is persisted'
)
def
high_level_source_persisted
(
step
):
def
high_level_source_persisted
(
step
):
def
verify_text
(
driver
):
def
verify_text
(
driver
):
return
world
.
css_text
(
'.problem'
)
==
'hi'
css_sel
=
'.problem div>span'
return
world
.
css_text
(
css_sel
)
==
'hi'
world
.
wait_for
(
verify_text
)
world
.
wait_for
(
verify_text
)
...
...
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