From 50d35b30b1165c9303094b03585b8f380c8360c6 Mon Sep 17 00:00:00 2001 From: Sarina Canelake Date: Thu, 25 Jul 2013 14:56:22 -0400 Subject: [PATCH] Fix failing acceptance test --- cms/djangoapps/contentstore/features/discussion-editor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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] ])