From 636bb21bbcca277b46fcf4327cb485a99509dc01 Mon Sep 17 00:00:00 2001 From: Justin Palmer Date: Wed, 13 Feb 2013 14:16:20 -0800 Subject: [PATCH] :lipstick: --- .../command-panel/spec/command-panel-spec.coffee | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/packages/command-panel/spec/command-panel-spec.coffee b/src/packages/command-panel/spec/command-panel-spec.coffee index b1277171c..41def36e7 100644 --- a/src/packages/command-panel/spec/command-panel-spec.coffee +++ b/src/packages/command-panel/spec/command-panel-spec.coffee @@ -469,10 +469,10 @@ describe "CommandPanel", -> expect(editSession.getSelectedBufferRange()).toEqual operation.getBufferRange() expect(previewList.focus).toHaveBeenCalled() - describe "when a path in the preview list is clicked", -> - it "shows and hides the matches for that path", -> - previewList.find('li.path:first-child').mousedown() - expect(previewList.find('li.path:first-child ul.matches')).toBeHidden() + describe "when a path in the preview list is clicked", -> + it "shows and hides the matches for that path", -> + previewList.find('li.path:first-child').mousedown() + expect(previewList.find('li.path:first-child ul.matches')).toBeHidden() - previewList.find('li.path:first-child').mousedown() - expect(previewList.find('li.path:first-child ul.matches')).toBeVisible() + previewList.find('li.path:first-child').mousedown() + expect(previewList.find('li.path:first-child ul.matches')).toBeVisible()