mirror of
https://github.com/cypress-io/cypress.git
synced 2026-05-07 23:40:21 -05:00
remove fixtures after shutting down the project
This commit is contained in:
@@ -210,7 +210,6 @@ describe('Routes', () => {
|
||||
afterEach(function () {
|
||||
evilDns.clear()
|
||||
nock.cleanAll()
|
||||
Fixtures.remove()
|
||||
this.session.destroy()
|
||||
preprocessor.close()
|
||||
this.project = null
|
||||
@@ -220,6 +219,9 @@ describe('Routes', () => {
|
||||
httpsServer.stop(),
|
||||
ctx.actions.project.clearCurrentProject(),
|
||||
)
|
||||
.then(() => {
|
||||
Fixtures.remove()
|
||||
})
|
||||
})
|
||||
|
||||
context('GET /', () => {
|
||||
|
||||
Reference in New Issue
Block a user