clean database after all

This commit is contained in:
Moriz Wahl 2023-03-03 17:43:01 +01:00
parent cd3e2ee8ad
commit 640f2519f3

View File

@ -236,7 +236,7 @@ beforeAll(async () => {
})
afterAll(async () => {
// await cleanDatabase()
await cleanDatabase()
driver.close()
})
@ -2973,8 +2973,8 @@ describe('in mode', () => {
await seedComplexScenarioAndClearAuthentication()
})
afterEach(async () => {
// await cleanDatabase()
afterAll(async () => {
await cleanDatabase()
})
describe('unauthenticated', () => {