mirror of
https://github.com/atom/atom.git
synced 2026-02-17 10:01:25 -05:00
Renamed call to ControlPanel.hide to ControlPanel.detach
This commit is contained in:
@@ -29,6 +29,7 @@ describe "CommandPanel", ->
|
||||
expect(commandPanel.miniEditor.isFocused).toBeFalsy()
|
||||
|
||||
rootView.trigger 'command-panel:toggle'
|
||||
window.advanceClock() # Setting the font is in a defer statement
|
||||
expect(rootView.find('.command-panel').view()).toBe commandPanel
|
||||
expect(commandPanel.miniEditor.isFocused).toBeTruthy()
|
||||
# this is currently assigned dynamically since our css scheme lacks variables
|
||||
|
||||
Reference in New Issue
Block a user