mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
I'm not entirely sure why I need this now.
It seems there is no editor unless I show the first editSession
This commit is contained in:
@@ -236,6 +236,7 @@ describe "Pane", ->
|
||||
|
||||
describe "when the item is a model", ->
|
||||
it "removes the associated view only when all items that require it have been removed", ->
|
||||
pane.showItem(editSession1)
|
||||
pane.showItem(editSession2)
|
||||
pane.removeItem(editSession2)
|
||||
expect(pane.itemViews.find('.editor')).toExist()
|
||||
|
||||
Reference in New Issue
Block a user