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
4906bde0
Commit
4906bde0
authored
Jul 22, 2016
by
Jesse Zoldak
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Comment out flaky lettuce test TNL-5051
parent
b04a6a6a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
10 deletions
+11
-10
cms/djangoapps/contentstore/features/course-updates.feature
+11
-10
No files found.
cms/djangoapps/contentstore/features/course-updates.feature
View file @
4906bde0
...
...
@@ -59,16 +59,17 @@ Feature: CMS.Course updates
And
when I reload the page
Then
I should see the update
"before <strong>middle</strong> after"
Scenario
:
Static links are rewritten when previewing a course update
Given
I have opened a new course in Studio
And
I go to the course updates page
When
I add a new update with the text
"<img src='/static/my_img.jpg'/>"
# Can only do partial text matches because of the quotes with in quotes (and regexp step matching).
Then
I should see the asset update to
"my_img.jpg"
And
I change the update from
"/static/my_img.jpg"
to
"<img src='/static/modified.jpg'/>"
Then
I should see the asset update to
"modified.jpg"
And
when I reload the page
Then
I should see the asset update to
"modified.jpg"
# Commenting out as flaky TNL-5051 07/22/2016
# Scenario: Static links are rewritten when previewing a course update
# Given I have opened a new course in Studio
# And I go to the course updates page
# When I add a new update with the text "<img src='/static/my_img.jpg'/>"
# # Can only do partial text matches because of the quotes with in quotes (and regexp step matching).
# Then I should see the asset update to "my_img.jpg"
# And I change the update from "/static/my_img.jpg" to "<img src='/static/modified.jpg'/>"
# Then I should see the asset update to "modified.jpg"
# And when I reload the page
# Then I should see the asset update to "modified.jpg"
Scenario
:
Static links are rewritten when previewing handouts
Given
I have opened a new course in Studio
...
...
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