No longer need to wait for fs events in Tree View spec

This commit is contained in:
Corey Johnson & Nathan Sobo
2012-10-25 14:47:23 -07:00
parent 5887d6711d
commit 3213a91c79

View File

@@ -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 ->