Commit 8a484b64 by cahrens

Disable test that is leaving modal open.

STUD-1963
parent 9c929104
...@@ -308,7 +308,9 @@ define ["js/models/textbook", "js/models/chapter", "js/collections/chapter", "js ...@@ -308,7 +308,9 @@ define ["js/models/textbook", "js/models/chapter", "js/collections/chapter", "js
# expect(typeof ctorOptions.onSuccess).toBe('function') # expect(typeof ctorOptions.onSuccess).toBe('function')
# expect(uploadSpies.show).toHaveBeenCalled() # 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.render()
@view.$("input.chapter-name").val("rainbows") @view.$("input.chapter-name").val("rainbows")
@view.$("input.chapter-asset-path").val("unicorns") @view.$("input.chapter-asset-path").val("unicorns")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment