mirror of
https://github.com/atom/atom.git
synced 2026-01-24 22:38:20 -05:00
No longer need to wait for fs events in Tree View spec
This commit is contained in:
@@ -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 ->
|
||||
|
||||
Reference in New Issue
Block a user