mirror of
https://github.com/atom/atom.git
synced 2026-01-24 06:18:03 -05:00
Unfocus spec
This commit is contained in:
@@ -119,7 +119,7 @@ describe "PaneView", ->
|
||||
expect(pane.itemViews.find('#view-2').length).toBe 1
|
||||
|
||||
describe "when the active item implements ::getPath", ->
|
||||
fit "adds .has-file-path to the active item element", ->
|
||||
it "adds .has-file-path to the active item element", ->
|
||||
paneModel.activateItem(editor1)
|
||||
expect(pane.itemViews.find('atom-text-editor')).toHaveClass('has-file-path')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user