Namespace the acceptance tests so they show up nicely in jenkins
Conflicts: cms/djangoapps/contentstore/features/advanced-settings.feature cms/djangoapps/contentstore/features/checklists.feature cms/djangoapps/contentstore/features/component.feature cms/djangoapps/contentstore/features/course-overview.feature cms/djangoapps/contentstore/features/course-settings.feature cms/djangoapps/contentstore/features/course-team.feature cms/djangoapps/contentstore/features/course-updates.feature cms/djangoapps/contentstore/features/courses.feature cms/djangoapps/contentstore/features/discussion-editor.feature cms/djangoapps/contentstore/features/grading.feature cms/djangoapps/contentstore/features/html-editor.feature cms/djangoapps/contentstore/features/problem-editor.feature cms/djangoapps/contentstore/features/section.feature cms/djangoapps/contentstore/features/signup.feature cms/djangoapps/contentstore/features/static-pages.feature cms/djangoapps/contentstore/features/subsection.feature cms/djangoapps/contentstore/features/textbooks.feature cms/djangoapps/contentstore/features/upload.feature cms/djangoapps/contentstore/features/video-editor.feature cms/djangoapps/contentstore/features/video.feature lms/djangoapps/courseware/features/certificates.feature lms/djangoapps/courseware/features/help.feature lms/djangoapps/courseware/features/high-level-tabs.feature lms/djangoapps/courseware/features/homepage.feature lms/djangoapps/courseware/features/login.feature lms/djangoapps/courseware/features/lti.feature lms/djangoapps/courseware/features/navigation.feature lms/djangoapps/courseware/features/problems.feature lms/djangoapps/courseware/features/registration.feature lms/djangoapps/courseware/features/signup.feature lms/djangoapps/courseware/features/video.feature lms/djangoapps/courseware/features/word_cloud.feature
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
@shard_1
|
||||
Feature: Advanced (manual) course policy
|
||||
Feature: CMS.Advanced (manual) course policy
|
||||
In order to specify course policy settings for which no custom user interface exists
|
||||
I want to be able to manually enter JSON key /value pairs
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
@shard_1
|
||||
Feature: Course checklists
|
||||
Feature: CMS.Course checklists
|
||||
|
||||
Scenario: A course author sees checklists defined by edX
|
||||
Given I have opened a new course in Studio
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
@shard_1
|
||||
Feature: Component Adding
|
||||
Feature: CMS.Component Adding
|
||||
As a course author, I want to be able to add a wide variety of components
|
||||
|
||||
@skip
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
@shard_1
|
||||
Feature: Course Overview
|
||||
Feature: CMS.Course Overview
|
||||
In order to quickly view the details of a course's section and set release dates and grading
|
||||
As a course author
|
||||
I want to use the course overview page
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
@shard_2
|
||||
Feature: Course Settings
|
||||
Feature: CMS.Course Settings
|
||||
As a course author, I want to be able to configure my course settings.
|
||||
|
||||
# Safari has trouble keeps dates on refresh
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
@shard_2
|
||||
Feature: Course Team
|
||||
Feature: CMS.Course Team
|
||||
As a course author, I want to be able to add others to my team
|
||||
|
||||
Scenario: Admins can add other users
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
@shard_2
|
||||
Feature: Course updates
|
||||
Feature: CMS.Course updates
|
||||
As a course author, I want to be able to provide updates to my students
|
||||
|
||||
# Internet explorer can't select all so the update appears weirdly
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
@shard_2
|
||||
Feature: Create Course
|
||||
Feature: CMS.Create Course
|
||||
In order offer a course on the edX platform
|
||||
As a course author
|
||||
I want to create courses
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
@shard_2
|
||||
Feature: Discussion Component Editor
|
||||
Feature: CMS.Discussion Component Editor
|
||||
As a course author, I want to be able to create discussion components.
|
||||
|
||||
Scenario: User can view metadata
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
@shard_1
|
||||
Feature: Course Grading
|
||||
Feature: CMS.Course Grading
|
||||
As a course author, I want to be able to configure how my course is graded
|
||||
|
||||
Scenario: Users can add grading ranges
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
@shard_3
|
||||
Feature: HTML Editor
|
||||
Feature: CMS.HTML Editor
|
||||
As a course author, I want to be able to create HTML blocks.
|
||||
|
||||
Scenario: User can view metadata
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
@shard_3
|
||||
Feature: Problem Editor
|
||||
Feature: CMS.Problem Editor
|
||||
As a course author, I want to be able to create problems and edit their settings.
|
||||
|
||||
Scenario: User can view metadata
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
@shard_2
|
||||
Feature: Create Section
|
||||
Feature: CMS.Create Section
|
||||
In order offer a course on the edX platform
|
||||
As a course author
|
||||
I want to create and edit sections
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
@shard_3
|
||||
Feature: Sign in
|
||||
Feature: CMS.Sign in
|
||||
In order to use the edX content
|
||||
As a new user
|
||||
I want to signup for a student account
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
@shard_3
|
||||
Feature: Static Pages
|
||||
Feature: CMS.Static Pages
|
||||
As a course author, I want to be able to add static pages
|
||||
|
||||
Scenario: Users can add static pages
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
@shard_2
|
||||
Feature: Create Subsection
|
||||
Feature: CMS.Create Subsection
|
||||
In order offer a course on the edX platform
|
||||
As a course author
|
||||
I want to create and edit subsections
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
@shard_3
|
||||
Feature: Textbooks
|
||||
Feature: CMS.Textbooks
|
||||
|
||||
Scenario: No textbooks
|
||||
Given I have opened a new course in Studio
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
@shard_3
|
||||
Feature: Upload Files
|
||||
Feature: CMS.Upload Files
|
||||
As a course author, I want to be able to upload files for my students
|
||||
|
||||
# Uploading isn't working on safari with sauce labs
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
@shard_3
|
||||
Feature: Video Component Editor
|
||||
Feature: CMS.Video Component Editor
|
||||
As a course author, I want to be able to create video components.
|
||||
|
||||
Scenario: User can view Video metadata
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
@shard_3
|
||||
Feature: Video Component
|
||||
Feature: CMS.Video Component
|
||||
As a course author, I want to be able to view my created videos in Studio.
|
||||
|
||||
# Video Alpha Features will work in Firefox only when Firefox is the active window
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
@shard_2
|
||||
Feature: Verified certificates
|
||||
Feature: LMS.Verified certificates
|
||||
As a student,
|
||||
In order to earn a verified certificate
|
||||
I want to sign up for a verified certificate course.
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
@shard_2
|
||||
Feature: The help module should work
|
||||
Feature: LMS.The help module should work
|
||||
In order to get help
|
||||
As a student
|
||||
I want to be able to report a problem
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
@shard_1
|
||||
Feature: All the high level tabs should work
|
||||
Feature: LMS.All the high level tabs should work
|
||||
In order to preview the courseware
|
||||
As a student
|
||||
I want to navigate through the high level tabs
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
@shard_1
|
||||
Feature: Homepage for web users
|
||||
Feature: LMS.Homepage for web users
|
||||
In order to get an idea what edX is about
|
||||
As a an anonymous web user
|
||||
I want to check the information on the home page
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
@shard_1
|
||||
Feature: Login in as a registered user
|
||||
Feature: LMS.Login in as a registered user
|
||||
As a registered user
|
||||
In order to access my content
|
||||
I want to be able to login in to edX
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
@shard_1
|
||||
Feature: LTI component
|
||||
Feature: LMS.LTI component
|
||||
As a student, I want to view LTI component in LMS.
|
||||
|
||||
Scenario: LTI component in LMS is not rendered
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
@shard_1
|
||||
Feature: Navigate Course
|
||||
Feature: LMS.Navigate Course
|
||||
As a student in an edX course
|
||||
In order to view the course properly
|
||||
I want to be able to navigate through the content
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
Feature: Open ended grading
|
||||
Feature: LMS.Open ended grading
|
||||
As a student in an edX course
|
||||
In order to complete the courseware questions
|
||||
I want the machine learning grading to be functional
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
@shard_1
|
||||
Feature: Answer problems
|
||||
Feature: LMS.Answer problems
|
||||
As a student in an edX course
|
||||
In order to test my understanding of the material
|
||||
I want to answer problems
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
@shard_1
|
||||
Feature: Register for a course
|
||||
Feature: LMS.Register for a course
|
||||
As a registered user
|
||||
In order to access my class content
|
||||
I want to register for a class on the edX website
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
@shard_2
|
||||
Feature: Sign in
|
||||
Feature: LMS.Sign in
|
||||
In order to use the edX content
|
||||
As a new user
|
||||
I want to signup for a student account
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
@shard_2
|
||||
Feature: Video component
|
||||
Feature: LMS.Video component
|
||||
As a student, I want to view course videos in LMS.
|
||||
|
||||
Scenario: Video component is fully rendered in the LMS in HTML5 mode
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
@shard_2
|
||||
Feature: World Cloud component
|
||||
As a student, I want to view Word Cloud component in LMS.
|
||||
Feature: LMS.World Cloud component
|
||||
As a student, I want to view Word Cloud component in LMS.
|
||||
|
||||
Scenario: Word Cloud component in LMS is rendered with empty result
|
||||
Given the course has a Word Cloud component
|
||||
|
||||
Reference in New Issue
Block a user