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
9798da41
Commit
9798da41
authored
Oct 09, 2013
by
Julian Arni
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Review fixes
parent
de1ee173
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
7 deletions
+4
-7
cms/djangoapps/contentstore/features/import.py
+2
-1
cms/djangoapps/contentstore/features/problem-editor.py
+2
-6
No files found.
cms/djangoapps/contentstore/features/import.py
View file @
9798da41
...
...
@@ -16,6 +16,7 @@ def import_file(filename):
@world.absorb
def
go_to_import
():
world
.
click_course_content
()
menu_css
=
'li.nav-course-tools'
import_css
=
'li.nav-course-tools-import a'
world
.
css_click
(
menu_css
)
world
.
css_click
(
import_css
)
cms/djangoapps/contentstore/features/problem-editor.py
View file @
9798da41
...
...
@@ -5,7 +5,7 @@ import os
import
json
from
lettuce
import
world
,
step
from
nose.tools
import
assert_equal
,
assert_true
# pylint: disable=E0611
from
common
import
type_in_codemirror
from
common
import
type_in_codemirror
,
open_new_course
DISPLAY_NAME
=
"Display Name"
...
...
@@ -201,7 +201,7 @@ def high_level_source_in_editor(_step):
@step
(
u'I have an empty course'
)
def
i_have_empty_course
(
step
):
step
.
given
(
'I have clicked the new unit button'
)
open_new_course
(
)
@step
(
u'I go to the import page'
)
...
...
@@ -238,11 +238,7 @@ def i_can_see_message(_step, msg):
@step
(
u'I can edit the problem$'
)
def
i_can_edit_problem
(
_step
):
try
:
world
.
edit_component
()
except
TimeoutException
:
assert_true
(
False
)
assert_true
(
True
)
def
verify_high_level_source_links
(
step
,
visible
):
...
...
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