mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-11-13 08:44:12 +03:00
Fix fileFinder test
This commit is contained in:
parent
6af33c3337
commit
4ca3bbdbca
@ -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", ->
|
||||
|
Loading…
Reference in New Issue
Block a user