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
cd2315c1
Commit
cd2315c1
authored
Jul 15, 2014
by
Andy Armstrong
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #4435 from edx/christina/stud-1963
Disable test that is leaving modal open.
parents
a5330052
8a484b64
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
+3
-1
cms/static/coffee/spec/views/textbook_spec.coffee
+3
-1
No files found.
cms/static/coffee/spec/views/textbook_spec.coffee
View file @
cd2315c1
...
...
@@ -308,7 +308,9 @@ define ["js/models/textbook", "js/models/chapter", "js/collections/chapter", "js
# expect(typeof ctorOptions.onSuccess).toBe('function')
# expect(uploadSpies.show).toHaveBeenCalled()
it
"saves content when opening upload dialog"
,
->
# Disabling because this test does not close the modal dialog. This can cause
# tests that run after it to fail (see STUD-1963).
xit
"saves content when opening upload dialog"
,
->
@
view
.
render
()
@
view
.
$
(
"input.chapter-name"
).
val
(
"rainbows"
)
@
view
.
$
(
"input.chapter-asset-path"
).
val
(
"unicorns"
)
...
...
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