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
bb699f48
Commit
bb699f48
authored
May 21, 2013
by
cahrens
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update xblock, start Selenium.
parent
c8eeea24
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
27 additions
and
2 deletions
+27
-2
cms/djangoapps/contentstore/features/problem-editor.feature
+6
-0
cms/djangoapps/contentstore/features/problem-editor.py
+19
-0
cms/envs/acceptance.py
+1
-1
requirements/edx/github.txt
+1
-1
No files found.
cms/djangoapps/contentstore/features/problem-editor.feature
0 → 100644
View file @
bb699f48
Feature
:
Problem Editor
As a course author, I want to be able to create problems.
Scenario
:
User can view metadata
Given
I have created a Blank Common Problem
\ No newline at end of file
cms/djangoapps/contentstore/features/problem-editor.py
0 → 100644
View file @
bb699f48
#pylint: disable=C0111
#pylint: disable=W0621
from
lettuce
import
world
,
step
from
nose.tools
import
assert_true
,
assert_equal
,
assert_in
from
terrain.steps
import
reload_the_page
from
selenium.common.exceptions
import
StaleElementReferenceException
import
time
############### ACTIONS ####################
@step
(
'I have created a Blank Common Problem$'
)
def
i_created_blank_common_problem
(
step
):
step
.
given
(
'I have opened a new course section in Studio'
)
step
.
given
(
'I have added a new subsection'
)
step
.
given
(
'I expand the first section'
)
world
.
css_click
(
'a.new-unit-item'
)
time
.
sleep
(
float
(
2
))
# world.css_click('a.problem')
cms/envs/acceptance.py
View file @
bb699f48
...
@@ -23,7 +23,7 @@ MODULESTORE_OPTIONS = {
...
@@ -23,7 +23,7 @@ MODULESTORE_OPTIONS = {
MODULESTORE
=
{
MODULESTORE
=
{
'default'
:
{
'default'
:
{
'ENGINE'
:
'xmodule.modulestore.mongo.MongoModuleStore'
,
'ENGINE'
:
'xmodule.modulestore.mongo.
Draft
MongoModuleStore'
,
'OPTIONS'
:
MODULESTORE_OPTIONS
'OPTIONS'
:
MODULESTORE_OPTIONS
},
},
'direct'
:
{
'direct'
:
{
...
...
requirements/edx/github.txt
View file @
bb699f48
...
@@ -8,5 +8,5 @@
...
@@ -8,5 +8,5 @@
-e git://github.com/eventbrite/zendesk.git@d53fe0e81b623f084e91776bcf6369f8b7b63879#egg=zendesk
-e git://github.com/eventbrite/zendesk.git@d53fe0e81b623f084e91776bcf6369f8b7b63879#egg=zendesk
# Our libraries:
# Our libraries:
-e git+https://github.com/edx/XBlock.git@
483e0cb1
#egg=XBlock
-e git+https://github.com/edx/XBlock.git@
2144a25d
#egg=XBlock
-e git+https://github.com/edx/codejail.git@07494f1#egg=codejail
-e git+https://github.com/edx/codejail.git@07494f1#egg=codejail
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