mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-12-27 21:01:57 +00:00
nit
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user