Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cms/djangoapps/contentstore/features/html-editor.feature
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@shard_3
@shard_2
Feature: CMS.HTML Editor
As a course author, I want to be able to create HTML blocks.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@shard_3
@shard_1
Feature: CMS.Problem Editor
As a course author, I want to be able to create problems and edit their settings.

Expand Down
2 changes: 1 addition & 1 deletion cms/djangoapps/contentstore/features/signup.feature
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@shard_3
@shard_2
Feature: CMS.Sign in
In order to use the edX content
As a new user
Expand Down
2 changes: 1 addition & 1 deletion cms/djangoapps/contentstore/features/static-pages.feature
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@shard_3
@shard_2
Feature: CMS.Static Pages
As a course author, I want to be able to add static pages

Expand Down
2 changes: 1 addition & 1 deletion cms/djangoapps/contentstore/features/textbooks.feature
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@shard_3
@shard_2
Feature: CMS.Textbooks

Scenario: No textbooks
Expand Down
2 changes: 1 addition & 1 deletion cms/djangoapps/contentstore/features/transcripts.feature
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@shard_3
Feature: Video Component Editor
Feature: CMS.Transcripts
As a course author, I want to be able to create video components.

# For transcripts acceptance tests there are 3 available caption
Expand Down
2 changes: 1 addition & 1 deletion cms/djangoapps/contentstore/features/upload.feature
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@shard_3
@shard_2
Feature: CMS.Upload Files
As a course author, I want to be able to upload files for my students

Expand Down