mirror of
https://github.com/atom/atom.git
synced 2026-01-25 14:59:03 -05:00
Search for a more specific string
This spec only requires one match so don't search for something that has many matches and will take longer to display. Reduces the run time of this spec by ~1.5 seconds.
This commit is contained in:
@@ -127,7 +127,7 @@ describe "CommandPanel", ->
|
||||
describe "when the preview list is/was previously visible", ->
|
||||
beforeEach ->
|
||||
rootView.trigger 'command-panel:toggle'
|
||||
waitsForPromise -> commandPanel.execute('X x/a+/')
|
||||
waitsForPromise -> commandPanel.execute('X x/quicksort/')
|
||||
|
||||
describe "when the command panel is visible", ->
|
||||
beforeEach ->
|
||||
|
||||
Reference in New Issue
Block a user