From fade4835225c085fb204aa73ff6a16ee9f0e96eb Mon Sep 17 00:00:00 2001 From: Michael Roytman Date: Thu, 16 Aug 2018 15:59:54 -0400 Subject: [PATCH] remove another test --- cms/djangoapps/contentstore/features/html-editor.feature | 7 ------- 1 file changed, 7 deletions(-) diff --git a/cms/djangoapps/contentstore/features/html-editor.feature b/cms/djangoapps/contentstore/features/html-editor.feature index d417cb5ffa..7b71471679 100644 --- a/cms/djangoapps/contentstore/features/html-editor.feature +++ b/cms/djangoapps/contentstore/features/html-editor.feature @@ -15,13 +15,6 @@ Feature: CMS.HTML Editor Then I can modify the display name And my display name change is persisted on save - Scenario: TinyMCE image plugin sets urls correctly - Given I have created a Blank HTML Page - When I edit the page - And I add an image with static link "/static/image.jpg" via the Image Plugin Icon - Then the src link is rewritten to the asset link "image.jpg" - And the link is shown as "/static/image.jpg" in the Image Plugin - Scenario: TinyMCE link plugin sets urls correctly Given I have created a Blank HTML Page When I edit the page