diff --git a/test/sql/document.spec.ts b/test/sql/document.spec.ts index 5669697a6..b32a1654c 100644 --- a/test/sql/document.spec.ts +++ b/test/sql/document.spec.ts @@ -121,9 +121,8 @@ test.describe.serial("Upload Item", () => { await containerMenuNode.element.click(); }); - test.afterEach("Delete Test Database and Upload Document Temp Directory", async () => { + test.afterEach("Delete Test Database and uploadDocument.json", async () => { if (existsSync(uploadDocumentFilePath)) { - // Delete the temp directory after test unlinkSync(uploadDocumentFilePath); } await context?.dispose();