From 832381146e8d10d5dee74221d96164260c4df2b4 Mon Sep 17 00:00:00 2001 From: Muddasser Date: Thu, 17 Mar 2016 15:48:49 +0500 Subject: [PATCH] Removed duplicate luttuce test from courses.feature --- cms/djangoapps/contentstore/features/courses.feature | 9 --------- 1 file changed, 9 deletions(-) diff --git a/cms/djangoapps/contentstore/features/courses.feature b/cms/djangoapps/contentstore/features/courses.feature index c5316e0d6c..5bd6fcb05a 100644 --- a/cms/djangoapps/contentstore/features/courses.feature +++ b/cms/djangoapps/contentstore/features/courses.feature @@ -4,15 +4,6 @@ Feature: CMS.Create Course As a course author I want to create courses - Scenario: Create a course - Given There are no courses - And I am logged into Studio - When I click the New Course button - And I fill in the new course information - And I press the "Create" button - Then the Courseware page has loaded in Studio - And I see a link for adding a new section - Scenario: Error message when org/course/run tuple is too long Given There are no courses And I am logged into Studio