mirror of
https://github.com/atom/atom.git
synced 2026-01-23 13:58:08 -05:00
Fix status bar spec
This commit is contained in:
committed by
probablycorey
parent
8dc3afbcce
commit
2b53655934
@@ -12,7 +12,7 @@ describe "StatusBar", ->
|
||||
rootView.open('sample.js')
|
||||
rootView.simulateDomAttachment()
|
||||
StatusBar.activate()
|
||||
editor = rootView.getActiveEditor()
|
||||
editor = rootView.getActiveView()
|
||||
statusBar = rootView.find('.status-bar').view()
|
||||
buffer = editor.getBuffer()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user