mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2026-01-09 20:49:12 +00:00
nit
This commit is contained in:
@@ -121,9 +121,8 @@ test.describe.serial("Upload Item", () => {
|
|||||||
await containerMenuNode.element.click();
|
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)) {
|
if (existsSync(uploadDocumentFilePath)) {
|
||||||
// Delete the temp directory after test
|
|
||||||
unlinkSync(uploadDocumentFilePath);
|
unlinkSync(uploadDocumentFilePath);
|
||||||
}
|
}
|
||||||
await context?.dispose();
|
await context?.dispose();
|
||||||
|
|||||||
Reference in New Issue
Block a user