From 9524c212d6ea20cc138a259834d7d2fbb8872903 Mon Sep 17 00:00:00 2001 From: Mark Hoeber Date: Fri, 25 Jul 2014 15:14:31 -0400 Subject: [PATCH] Fix help test organizing_course -> outline --- cms/djangoapps/contentstore/features/help.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cms/djangoapps/contentstore/features/help.feature b/cms/djangoapps/contentstore/features/help.feature index 4876396cfd..eb0f872247 100644 --- a/cms/djangoapps/contentstore/features/help.feature +++ b/cms/djangoapps/contentstore/features/help.feature @@ -12,7 +12,7 @@ Feature: CMS.Help Given I have opened a new course in Studio And I click the course link in My Courses - Then I should see online help for "organizing_course" + Then I should see online help for "outline" And I go to the course updates page Then I should see online help for "updates"