when disposing of database during playwright test, refresh tree to remove deleted database

This commit is contained in:
Asier Isayas
2025-12-29 17:13:22 -05:00
parent ff5ebda58e
commit 1736e24429
3 changed files with 105 additions and 94 deletions

View File

@@ -24,7 +24,7 @@ test.describe("Change Partition Key", () => {
});
test.afterAll("Delete Test Database", async () => {
await context?.dispose();
await context?.dispose(explorer);
});
test("Change partition key path", async () => {