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
|
||||
|
||||
Reference in New Issue
Block a user