mirror of
https://github.com/atom/atom.git
synced 2026-01-23 22:08:08 -05:00
Disable spec for cursor idle class. We're going to blink it manually.
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user