mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2026-01-01 07:11:23 +00:00
refresh tree before opening scale and settings
This commit is contained in:
@@ -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 () => {
|
||||
|
||||
@@ -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 () => {
|
||||
|
||||
Reference in New Issue
Block a user