From cb0bb1f40fa6b9cec60ffdb5b099dde9a08d715f Mon Sep 17 00:00:00 2001 From: Muddasser Date: Thu, 17 Mar 2016 16:37:32 +0500 Subject: [PATCH] Removed duplicate lettuce test from component.feature --- .../contentstore/features/component.feature | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/cms/djangoapps/contentstore/features/component.feature b/cms/djangoapps/contentstore/features/component.feature index 95a37018e7..cd34107f39 100644 --- a/cms/djangoapps/contentstore/features/component.feature +++ b/cms/djangoapps/contentstore/features/component.feature @@ -59,19 +59,3 @@ Feature: CMS.Component Adding # | Component | # | Problem Written in LaTeX | # | Problem with Adaptive Hint in Latex | - - Scenario: I can set the display name of a component - Given I am in Studio editing a new unit - When I add a "Text" "HTML" component - Then I see the display name is "Text" - When I change the display name to "I'm the Cuddliest!" - Then I see the display name is "I'm the Cuddliest!" - - Scenario: If a component has no display name, the category is displayed - Given I am in Studio editing a new unit - When I add a "Blank Advanced Problem" "Advanced Problem" component - Then I see the display name is "Blank Advanced Problem" - When I change the display name to "" - Then I see the display name is "problem" - When I unset the display name - Then I see the display name is "Blank Advanced Problem"