mirror of
https://github.com/atom/atom.git
synced 2026-01-23 22:08:08 -05:00
Fix fileFinder test
This commit is contained in:
@@ -54,7 +54,7 @@ describe "RootView", ->
|
||||
expect(rootView.find('.file-finder')).toExist()
|
||||
expect(rootView.find('.file-finder input:focus')).toExist()
|
||||
rootView.trigger 'toggle-file-finder'
|
||||
expect(rootView.find('.editor:focus')).toExist()
|
||||
expect(rootView.find('.editor:has(:focus)')).toExist()
|
||||
expect(rootView.find('.file-finder')).not.toExist()
|
||||
|
||||
it "shows all relative file paths for the current project", ->
|
||||
|
||||
Reference in New Issue
Block a user