From 2e8e02f75b2b9934648cdfc230ee6e97c2ad95ad Mon Sep 17 00:00:00 2001 From: Asier Isayas Date: Wed, 17 Dec 2025 11:24:42 -0800 Subject: [PATCH] nit --- test/sql/document.spec.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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();