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
8110307b
Commit
8110307b
authored
Jun 26, 2013
by
JonahStanley
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
CMS now refactored to use world dictionary
parent
131f1a49
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
6 deletions
+5
-6
cms/djangoapps/contentstore/features/common.py
+3
-3
cms/djangoapps/contentstore/features/grading.py
+1
-1
common/test/data/uploads/test
+1
-2
No files found.
cms/djangoapps/contentstore/features/common.py
View file @
8110307b
...
@@ -120,9 +120,9 @@ def create_studio_user(
...
@@ -120,9 +120,9 @@ def create_studio_user(
def
fill_in_course_info
(
def
fill_in_course_info
(
name
=
world
.
scenario_dict
[
'COURSE_NAME'
]
,
name
=
'Robot Super Course'
,
org
=
world
.
scenario_dict
[
'COURSE_ORG'
]
,
org
=
'MITx'
,
num
=
world
.
scenario_dict
[
'COURSE_NUM'
]
):
num
=
'999'
):
world
.
css_fill
(
'.new-course-name'
,
name
)
world
.
css_fill
(
'.new-course-name'
,
name
)
world
.
css_fill
(
'.new-course-org'
,
org
)
world
.
css_fill
(
'.new-course-org'
,
org
)
world
.
css_fill
(
'.new-course-number'
,
num
)
world
.
css_fill
(
'.new-course-number'
,
num
)
...
...
cms/djangoapps/contentstore/features/grading.py
View file @
8110307b
...
@@ -64,7 +64,7 @@ def change_assignment_name(step, old_name, new_name):
...
@@ -64,7 +64,7 @@ def change_assignment_name(step, old_name, new_name):
@step
(
u'I go back to the main course page'
)
@step
(
u'I go back to the main course page'
)
def
main_course_page
(
step
):
def
main_course_page
(
step
):
main_page_link_css
=
'a[href="/
MITx/999/course/Robot_Super_Course"]'
main_page_link_css
=
'a[href="/
%
s/
%
s/course/
%
s"]'
%
(
world
.
scenario_dict
[
'COURSE_ORG'
],
world
.
scenario_dict
[
'COURSE_NUM'
],
world
.
scenario_dict
[
'COURSE_NAME'
]
.
replace
(
' '
,
'_'
),)
world
.
css_click
(
main_page_link_css
)
world
.
css_click
(
main_page_link_css
)
...
...
common/test/data/uploads/test
View file @
8110307b
R2FUIGM88K
This is an arbitrary file for testing uploads
\ No newline at end of file
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