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
5cad5d5f
Commit
5cad5d5f
authored
Dec 03, 2012
by
Jay Zoldak
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add scenarios for all Fall 2012 courses to smart accordion feature.
parent
20cc9303
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
55 additions
and
9 deletions
+55
-9
lms/djangoapps/courseware/features/smart-accordion.feature
+55
-9
No files found.
lms/djangoapps/courseware/features/smart-accordion.feature
View file @
5cad5d5f
# Here are all the courses for Fall 2012
# MITx/3.091x/2012_Fall
# MITx/6.002x/2012_Fall
# MITx/6.00x/2012_Fall
# HarvardX/CS50x/2012
# HarvardX/PH207x/2012_Fall
# BerkeleyX/CS169.1x/2012_Fall
# BerkeleyX/CS169.2x/2012_Fall
# BerkeleyX/CS184.1x/2012_Fall
#You can load the courses into your data directory with these cmds:
# git clone https://github.com/MITx/3.091x.git
# git clone https://github.com/MITx/6.00x.git
# git clone https://github.com/MITx/content-mit-6002x.git
# git clone https://github.com/MITx/content-mit-6002x.git
# git clone https://github.com/MITx/cs50.git
# git clone https://github.com/MITx/content-harvard-id270x.git
# git clone https://github.com/MITx/content-berkeley-cs169x.git
# git clone https://github.com/MITx/content-berkeley-cs169.2x.git
# git clone https://github.com/MITx/content-berkeley-cs184x.git
Feature
:
There are courses on the homepage
In order to compared rendered content to the database
As an acceptance test
I want to count all the chapters, sections, and tabs for each course
Scenario
:
Navigate through course MITx/3.091x/2012_Fall
Given
I am registered for course
"MITx/3.091x/2012_Fall"
And
I log in
Then
I verify all the content of each course
Scenario
:
Navigate through course MITx/6.002x/2012_Fall
Given
I am registered for course
"MITx/6.002x/2012_Fall"
And
I log in
Then
I verify all the content of each course
# Scenario: Navigate through course edX/edx101/edX_Studio_Reference
# Given I am registered for course "edX/edx101/edX_Studio_Reference
"
#
And I log in
#
Then I verify all the content of each course
Scenario
:
Navigate through course MITx/6.00x/2012_Fall
Given
I am registered for course
"MITx/6.00x/2012_Fall
"
And
I log in
Then
I verify all the content of each course
# Scenario: Navigate through course BerkeleyX/CS169.1x/2012_Fall
# Given I am registered for course "BerkeleyX/CS169.1x/2012_Fall"
# And I log in
# Then I verify all the content of each course
\ No newline at end of file
Scenario
:
Navigate through course HarvardX/CS50x/2012
Given
I am registered for course
"HarvardX/CS50x/2012"
And
I log in
Then
I verify all the content of each course
Scenario
:
Navigate through course HarvardX/PH207x/2012_Fall
Given
I am registered for course
"HarvardX/PH207x/2012_Fall"
And
I log in
Then
I verify all the content of each course
Scenario
:
Navigate through course BerkeleyX/CS169.1x/2012_Fall
Given
I am registered for course
"BerkeleyX/CS169.1x/2012_Fall"
And
I log in
Then
I verify all the content of each course
Scenario
:
Navigate through course BerkeleyX/CS169.2x/2012_Fall
Given
I am registered for course
"BerkeleyX/CS169.2x/2012_Fall"
And
I log in
Then
I verify all the content of each course
Scenario
:
Navigate through course BerkeleyX/CS184.1x/2012_Fall
Given
I am registered for course
"BerkeleyX/CS184.1x/2012_Fall"
And
I log in
Then
I verify all the content of each course
\ 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