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
b84a3fdf
Commit
b84a3fdf
authored
Nov 13, 2013
by
Will Daly
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1654 from edx/will/disable-latex-test
Disabled LaTeX acceptance test
parents
e370fb95
2a6754b8
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
6 deletions
+11
-6
cms/djangoapps/contentstore/features/problem-editor.feature
+11
-6
No files found.
cms/djangoapps/contentstore/features/problem-editor.feature
View file @
b84a3fdf
...
...
@@ -81,14 +81,19 @@ Feature: CMS.Problem Editor
When
I edit and select Settings
Then
Edit High Level Source is visible
# Disabled 11/13/2013 after failing in master
# The screenshot showed that the LaTeX editor had the text "hi",
# but Selenium timed out waiting for the text to appear.
# It also caused later tests to fail with "UnexpectedAlertPresent"
#
# This feature will work in Firefox only when Firefox is the active window
# IE will not interact with the high level source in sauce labs
@skip_internetexplorer
Scenario
:
High Level source is persisted for LaTeX problem (bug STUD-280)
Given
I have created a LaTeX Problem
When
I edit and compile the High Level Source
Then
my change to the High Level Source is persisted
And
when I view the High Level Source I see my changes
#
@skip_internetexplorer
#
Scenario: High Level source is persisted for LaTeX problem (bug STUD-280)
#
Given I have created a LaTeX Problem
#
When I edit and compile the High Level Source
#
Then my change to the High Level Source is persisted
#
And when I view the High Level Source I see my changes
# Disabled 10/28/13 due to flakiness observed in master
# Scenario: Exceptions don't cause problem to be uneditable (bug STUD-786)
...
...
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