diff --git a/cms/djangoapps/contentstore/features/discussion-editor.py b/cms/djangoapps/contentstore/features/discussion-editor.py index 13927a7d89..15a7c4b9ab 100644 --- a/cms/djangoapps/contentstore/features/discussion-editor.py +++ b/cms/djangoapps/contentstore/features/discussion-editor.py @@ -19,7 +19,7 @@ def i_see_only_the_settings_and_values(step): world.verify_all_setting_entries( [ ['Category', "Week 1", False], - ['Display Name', "Discussion Tag", False], + ['Display Name', "Discussion", False], ['Subcategory', "Topic-Level Student-Visible Label", False] ])