refresh tree before opening scale and settings

This commit is contained in:
Asier Isayas
2025-12-30 11:22:23 -05:00
parent 1736e24429
commit 459b2c7050
4 changed files with 8 additions and 11 deletions

View File

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

View File

@@ -24,7 +24,7 @@ test.describe("Autoscale and Manual throughput", () => {
});
test.afterEach("Delete Test Database", async () => {
await context?.dispose(explorer);
await context?.dispose();
});
test("Update autoscale max throughput", async () => {