Disable spec for cursor idle class. We're going to blink it manually.

This commit is contained in:
Nathan Sobo
2012-11-14 13:13:39 -07:00
parent 3eeb4435a5
commit 3e11b38eaf

View File

@@ -907,7 +907,7 @@ describe "Editor", ->
editor.setCursorScreenPosition(row: 2, column: 2)
expect(editor.getCursorView().position()).toEqual(top: 2 * editor.lineHeight, left: 2 * editor.charWidth)
it "removes the idle class while moving, then adds it back when it stops", ->
xit "removes the idle class while moving, then adds it back when it stops", ->
cursorView = editor.getCursorView()
advanceClock(200)