From 924dd18f2bdd02097beb10445596d45ad9ea6e47 Mon Sep 17 00:00:00 2001 From: Alex Dusenbery Date: Thu, 15 Mar 2018 13:10:59 -0400 Subject: [PATCH] Remove flaky page re-ordering lettuce tests. Remove the right thing. --- cms/djangoapps/contentstore/features/pages.feature | 4 ---- 1 file changed, 4 deletions(-) diff --git a/cms/djangoapps/contentstore/features/pages.feature b/cms/djangoapps/contentstore/features/pages.feature index 890c62301f..9ba95385b2 100644 --- a/cms/djangoapps/contentstore/features/pages.feature +++ b/cms/djangoapps/contentstore/features/pages.feature @@ -43,10 +43,6 @@ Feature: CMS.Pages Scenario: Users can reorder built-in pages amongst static pages Given I have created two different static pages Then the pages are in the default order - When I drag the first page to the last - Then the pages are switched - And I reload the page - Then the pages are switched Scenario: Users can toggle visibility on hideable pages Given I have opened the pages page in a new course