From e7e26a471c34700d9d18a3c10aa0eb69480cefc0 Mon Sep 17 00:00:00 2001 From: Brian Talbot Date: Fri, 11 Jan 2013 12:03:17 -0500 Subject: [PATCH] studio - changed expectation of lettuce test for course overview section toggling --- .../features/studio-overview-togglesection.feature | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cms/djangoapps/contentstore/features/studio-overview-togglesection.feature b/cms/djangoapps/contentstore/features/studio-overview-togglesection.feature index d9d7414648..5276b90d12 100644 --- a/cms/djangoapps/contentstore/features/studio-overview-togglesection.feature +++ b/cms/djangoapps/contentstore/features/studio-overview-togglesection.feature @@ -21,12 +21,12 @@ Feature: Overview Toggle Section Then I see the "Collapse All Sections" link And all sections are expanded - Scenario: Collapse link is removed after last section of a course is deleted + Scenario: Collapse link is not removed after last section of a course is deleted Given I have a course with 1 section And I navigate to the course overview page When I press the "section" delete icon And I confirm the alert - Then I do not see the "Collapse All Sections" link + Then I see the "Collapse All Sections" link Scenario: Collapsing all sections when all sections are expanded Given I navigate to the courseware page of a course with multiple sections