diff --git a/cms/djangoapps/contentstore/features/advanced-settings.feature b/cms/djangoapps/contentstore/features/advanced-settings.feature index 4af1e69ff4..03e8e6ea23 100644 --- a/cms/djangoapps/contentstore/features/advanced-settings.feature +++ b/cms/djangoapps/contentstore/features/advanced-settings.feature @@ -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 diff --git a/cms/djangoapps/contentstore/features/checklists.feature b/cms/djangoapps/contentstore/features/checklists.feature index f6e1fbff55..23995f5aaa 100644 --- a/cms/djangoapps/contentstore/features/checklists.feature +++ b/cms/djangoapps/contentstore/features/checklists.feature @@ -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 diff --git a/cms/djangoapps/contentstore/features/component.feature b/cms/djangoapps/contentstore/features/component.feature index dc2eceeead..9440ce7dc2 100644 --- a/cms/djangoapps/contentstore/features/component.feature +++ b/cms/djangoapps/contentstore/features/component.feature @@ -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 diff --git a/cms/djangoapps/contentstore/features/course-overview.feature b/cms/djangoapps/contentstore/features/course-overview.feature index 77848ae3e0..858572d75e 100644 --- a/cms/djangoapps/contentstore/features/course-overview.feature +++ b/cms/djangoapps/contentstore/features/course-overview.feature @@ -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 diff --git a/cms/djangoapps/contentstore/features/course-settings.feature b/cms/djangoapps/contentstore/features/course-settings.feature index be19dc0f12..230b1a04ad 100644 --- a/cms/djangoapps/contentstore/features/course-settings.feature +++ b/cms/djangoapps/contentstore/features/course-settings.feature @@ -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 diff --git a/cms/djangoapps/contentstore/features/course-team.feature b/cms/djangoapps/contentstore/features/course-team.feature index b5415d852e..05a59002f5 100644 --- a/cms/djangoapps/contentstore/features/course-team.feature +++ b/cms/djangoapps/contentstore/features/course-team.feature @@ -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 diff --git a/cms/djangoapps/contentstore/features/course-updates.feature b/cms/djangoapps/contentstore/features/course-updates.feature index ce9a440248..15257bd911 100644 --- a/cms/djangoapps/contentstore/features/course-updates.feature +++ b/cms/djangoapps/contentstore/features/course-updates.feature @@ -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 diff --git a/cms/djangoapps/contentstore/features/courses.feature b/cms/djangoapps/contentstore/features/courses.feature index 686c08188a..c5316e0d6c 100644 --- a/cms/djangoapps/contentstore/features/courses.feature +++ b/cms/djangoapps/contentstore/features/courses.feature @@ -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 diff --git a/cms/djangoapps/contentstore/features/discussion-editor.feature b/cms/djangoapps/contentstore/features/discussion-editor.feature index 1193342533..7278accf0b 100644 --- a/cms/djangoapps/contentstore/features/discussion-editor.feature +++ b/cms/djangoapps/contentstore/features/discussion-editor.feature @@ -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 diff --git a/cms/djangoapps/contentstore/features/grading.feature b/cms/djangoapps/contentstore/features/grading.feature index 2876186f74..f3ce1823e6 100644 --- a/cms/djangoapps/contentstore/features/grading.feature +++ b/cms/djangoapps/contentstore/features/grading.feature @@ -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 diff --git a/cms/djangoapps/contentstore/features/html-editor.feature b/cms/djangoapps/contentstore/features/html-editor.feature index a242c01ffa..29dcbbbfc5 100644 --- a/cms/djangoapps/contentstore/features/html-editor.feature +++ b/cms/djangoapps/contentstore/features/html-editor.feature @@ -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 diff --git a/cms/djangoapps/contentstore/features/problem-editor.feature b/cms/djangoapps/contentstore/features/problem-editor.feature index 2945afecec..0d95b5d785 100644 --- a/cms/djangoapps/contentstore/features/problem-editor.feature +++ b/cms/djangoapps/contentstore/features/problem-editor.feature @@ -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 diff --git a/cms/djangoapps/contentstore/features/section.feature b/cms/djangoapps/contentstore/features/section.feature index deaa2de6bd..16d833aed8 100644 --- a/cms/djangoapps/contentstore/features/section.feature +++ b/cms/djangoapps/contentstore/features/section.feature @@ -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 diff --git a/cms/djangoapps/contentstore/features/signup.feature b/cms/djangoapps/contentstore/features/signup.feature index 6da7c55d70..f1f2c13583 100644 --- a/cms/djangoapps/contentstore/features/signup.feature +++ b/cms/djangoapps/contentstore/features/signup.feature @@ -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 diff --git a/cms/djangoapps/contentstore/features/static-pages.feature b/cms/djangoapps/contentstore/features/static-pages.feature index b193f81362..54d23d985d 100644 --- a/cms/djangoapps/contentstore/features/static-pages.feature +++ b/cms/djangoapps/contentstore/features/static-pages.feature @@ -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 diff --git a/cms/djangoapps/contentstore/features/subsection.feature b/cms/djangoapps/contentstore/features/subsection.feature index 82d3f1e425..2cb708ad3c 100644 --- a/cms/djangoapps/contentstore/features/subsection.feature +++ b/cms/djangoapps/contentstore/features/subsection.feature @@ -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 diff --git a/cms/djangoapps/contentstore/features/textbooks.feature b/cms/djangoapps/contentstore/features/textbooks.feature index 4215d05de7..010e490256 100644 --- a/cms/djangoapps/contentstore/features/textbooks.feature +++ b/cms/djangoapps/contentstore/features/textbooks.feature @@ -1,5 +1,5 @@ @shard_3 -Feature: Textbooks +Feature: CMS.Textbooks Scenario: No textbooks Given I have opened a new course in Studio diff --git a/cms/djangoapps/contentstore/features/upload.feature b/cms/djangoapps/contentstore/features/upload.feature index a0adf6b403..fed8c65ca1 100644 --- a/cms/djangoapps/contentstore/features/upload.feature +++ b/cms/djangoapps/contentstore/features/upload.feature @@ -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 diff --git a/cms/djangoapps/contentstore/features/video-editor.feature b/cms/djangoapps/contentstore/features/video-editor.feature index e8e2a26c9c..d5b4a2a03b 100644 --- a/cms/djangoapps/contentstore/features/video-editor.feature +++ b/cms/djangoapps/contentstore/features/video-editor.feature @@ -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 diff --git a/cms/djangoapps/contentstore/features/video.feature b/cms/djangoapps/contentstore/features/video.feature index da1de109d2..ad6fea083b 100644 --- a/cms/djangoapps/contentstore/features/video.feature +++ b/cms/djangoapps/contentstore/features/video.feature @@ -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 diff --git a/lms/djangoapps/courseware/features/certificates.feature b/lms/djangoapps/courseware/features/certificates.feature index ec7c5474ad..8ea68df5b1 100644 --- a/lms/djangoapps/courseware/features/certificates.feature +++ b/lms/djangoapps/courseware/features/certificates.feature @@ -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. diff --git a/lms/djangoapps/courseware/features/help.feature b/lms/djangoapps/courseware/features/help.feature index 50e311e0f7..db8c49900a 100644 --- a/lms/djangoapps/courseware/features/help.feature +++ b/lms/djangoapps/courseware/features/help.feature @@ -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 diff --git a/lms/djangoapps/courseware/features/high-level-tabs.feature b/lms/djangoapps/courseware/features/high-level-tabs.feature index ea6f1c90b7..8b7fdd300d 100644 --- a/lms/djangoapps/courseware/features/high-level-tabs.feature +++ b/lms/djangoapps/courseware/features/high-level-tabs.feature @@ -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 diff --git a/lms/djangoapps/courseware/features/homepage.feature b/lms/djangoapps/courseware/features/homepage.feature index 6c1baf4051..fd845b765b 100644 --- a/lms/djangoapps/courseware/features/homepage.feature +++ b/lms/djangoapps/courseware/features/homepage.feature @@ -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 diff --git a/lms/djangoapps/courseware/features/login.feature b/lms/djangoapps/courseware/features/login.feature index 9830504449..7af151ed26 100644 --- a/lms/djangoapps/courseware/features/login.feature +++ b/lms/djangoapps/courseware/features/login.feature @@ -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 diff --git a/lms/djangoapps/courseware/features/lti.feature b/lms/djangoapps/courseware/features/lti.feature index 7d4fd56c01..a7182a3dae 100644 --- a/lms/djangoapps/courseware/features/lti.feature +++ b/lms/djangoapps/courseware/features/lti.feature @@ -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 diff --git a/lms/djangoapps/courseware/features/navigation.feature b/lms/djangoapps/courseware/features/navigation.feature index 20a9564847..69a7a5a4a4 100644 --- a/lms/djangoapps/courseware/features/navigation.feature +++ b/lms/djangoapps/courseware/features/navigation.feature @@ -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 diff --git a/lms/djangoapps/courseware/features/openended.feature b/lms/djangoapps/courseware/features/openended.feature index 1ab496144f..0ebf848aec 100644 --- a/lms/djangoapps/courseware/features/openended.feature +++ b/lms/djangoapps/courseware/features/openended.feature @@ -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 diff --git a/lms/djangoapps/courseware/features/problems.feature b/lms/djangoapps/courseware/features/problems.feature index e307f617d0..2f15619a94 100644 --- a/lms/djangoapps/courseware/features/problems.feature +++ b/lms/djangoapps/courseware/features/problems.feature @@ -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 diff --git a/lms/djangoapps/courseware/features/registration.feature b/lms/djangoapps/courseware/features/registration.feature index 54df31ae7d..c779462db3 100644 --- a/lms/djangoapps/courseware/features/registration.feature +++ b/lms/djangoapps/courseware/features/registration.feature @@ -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 diff --git a/lms/djangoapps/courseware/features/signup.feature b/lms/djangoapps/courseware/features/signup.feature index ae6a2c6c5f..b04a950bef 100644 --- a/lms/djangoapps/courseware/features/signup.feature +++ b/lms/djangoapps/courseware/features/signup.feature @@ -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 diff --git a/lms/djangoapps/courseware/features/video.feature b/lms/djangoapps/courseware/features/video.feature index 824a86806e..001481a6a5 100644 --- a/lms/djangoapps/courseware/features/video.feature +++ b/lms/djangoapps/courseware/features/video.feature @@ -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 diff --git a/lms/djangoapps/courseware/features/word_cloud.feature b/lms/djangoapps/courseware/features/word_cloud.feature index 761fa64c00..f80765e72b 100644 --- a/lms/djangoapps/courseware/features/word_cloud.feature +++ b/lms/djangoapps/courseware/features/word_cloud.feature @@ -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