mirror of
https://github.com/atom/atom.git
synced 2026-01-23 13:58:08 -05:00
Ensure that all windows are closed before proceeding to next spec.
This commit is contained in:
@@ -9,6 +9,8 @@ describe "App", ->
|
||||
|
||||
afterEach ->
|
||||
window.close() for window in app.windows()
|
||||
waitsFor ->
|
||||
app.windows().length == 0
|
||||
|
||||
describe "open", ->
|
||||
describe "when opening a filePath", ->
|
||||
|
||||
Reference in New Issue
Block a user