Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
9f6d0594
Commit
9f6d0594
authored
May 22, 2014
by
Jay Zoldak
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #3835 from edx/zoldak/skip-brittle-test
Skip brittle HTML editor lettuce test
parents
72cb5ec9
7db6e639
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
24 additions
and
22 deletions
+24
-22
cms/djangoapps/contentstore/features/html-editor.feature
+24
-22
No files found.
cms/djangoapps/contentstore/features/html-editor.feature
View file @
9f6d0594
...
...
@@ -105,26 +105,28 @@ Feature: CMS.HTML Editor
<li>zzzz<ol>
"""
Scenario
:
Can switch from Visual Editor to Raw
Given
I have created a Blank HTML Page
When
I edit the component and select the Raw Editor
And
I save the page
When
I edit the page
And
type
"fancy html"
into the Raw Editor
And
I save the page
Then the page text contains
:
"""
fancy html
"""
# Skipping in master due to brittleness JZ 05/22/2014
# Scenario: Can switch from Visual Editor to Raw
# Given I have created a Blank HTML Page
# When I edit the component and select the Raw Editor
# And I save the page
# When I edit the page
# And type "fancy html" into the Raw Editor
# And I save the page
# Then the page text contains:
# """
# fancy html
# """
Scenario
:
Can switch from Raw Editor to Visual
Given
I have created a raw HTML component
And
I edit the component and select the Visual Editor
And
I save the page
When
I edit the page
And
type
"less fancy html"
in the code editor and press OK
And
I save the page
Then the page text contains
:
"""
less fancy html
"""
# Skipping in master due to brittleness JZ 05/22/2014
# Scenario: Can switch from Raw Editor to Visual
# Given I have created a raw HTML component
# And I edit the component and select the Visual Editor
# And I save the page
# When I edit the page
# And type "less fancy html" in the code editor and press OK
# And I save the page
# Then the page text contains:
# """
# less fancy html
# """
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment