From 3213a91c79a41478aa2f8d50d16c1cc2d5236efa Mon Sep 17 00:00:00 2001 From: Corey Johnson & Nathan Sobo Date: Thu, 25 Oct 2012 14:47:23 -0700 Subject: [PATCH] No longer need to wait for fs events in Tree View spec --- src/extensions/tree-view/spec/tree-view-spec.coffee | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/extensions/tree-view/spec/tree-view-spec.coffee b/src/extensions/tree-view/spec/tree-view-spec.coffee index de9617065..862c2caee 100644 --- a/src/extensions/tree-view/spec/tree-view-spec.coffee +++ b/src/extensions/tree-view/spec/tree-view-spec.coffee @@ -778,8 +778,6 @@ describe "TreeView", -> expect(fs.exists(newPath)).toBeTruthy() expect(fs.exists(filePath)).toBeFalsy() - waits 50 # TODO: remove this workaround once we fix the race condition in fs events - describe "when a file or directory already exists at the target path", -> it "shows an error message and does not close the dialog", -> runs ->