From 28166f037c612ce99e7c1bdf28acc074c856d70d Mon Sep 17 00:00:00 2001 From: Calen Pennington Date: Thu, 12 Apr 2018 15:38:22 -0400 Subject: [PATCH] Delete flakey lettuce tests< --- .../contentstore/features/html-editor.feature | 5 ----- .../contentstore/features/problem-editor.feature | 15 --------------- 2 files changed, 20 deletions(-) diff --git a/cms/djangoapps/contentstore/features/html-editor.feature b/cms/djangoapps/contentstore/features/html-editor.feature index f4e9e0e37a..d417cb5ffa 100644 --- a/cms/djangoapps/contentstore/features/html-editor.feature +++ b/cms/djangoapps/contentstore/features/html-editor.feature @@ -15,11 +15,6 @@ Feature: CMS.HTML Editor Then I can modify the display name And my display name change is persisted on save - Scenario: Edit High Level source is available for LaTeX html - Given I have created an E-text Written in LaTeX - When I edit and select Settings - Then Edit High Level Source is visible - Scenario: TinyMCE image plugin sets urls correctly Given I have created a Blank HTML Page When I edit the page diff --git a/cms/djangoapps/contentstore/features/problem-editor.feature b/cms/djangoapps/contentstore/features/problem-editor.feature index 026504ca7f..0af0007a76 100644 --- a/cms/djangoapps/contentstore/features/problem-editor.feature +++ b/cms/djangoapps/contentstore/features/problem-editor.feature @@ -82,22 +82,7 @@ Feature: CMS.Problem Editor And I can modify the display name Then If I press Cancel my changes are not persisted - Scenario: Edit High Level source is available for LaTeX problem - Given I have created a LaTeX Problem - When I edit and select Settings - Then Edit High Level Source is visible - Scenario: Cheat sheet visible on toggle Given I have created a Blank Common Problem And I can edit the problem Then I can see cheatsheet - - Scenario: Reply on Annotation and Return to Annotation link works for Annotation problem - Given I have created a unit with advanced module "annotatable" - And I have created an advanced component "Annotation" of type "annotatable" - And I have created an advanced problem of type "Blank Advanced Problem" - And I edit first blank advanced problem for annotation response - When I mouseover on "annotatable-span" - Then I can see Reply to Annotation link - And I see that page has scrolled "down" when I click on "annotatable-reply" link - And I see that page has scrolled "up" when I click on "annotation-return" link