mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2026-01-26 21:24:13 +00:00
reload collections when clicking Scale & Settings
This commit is contained in:
@@ -18,11 +18,9 @@ test.describe("Throughput bucket settings", () => {
|
||||
});
|
||||
|
||||
// Delete database only if not running in CI
|
||||
if (!process.env.CI) {
|
||||
test.afterEach("Delete Test Database", async () => {
|
||||
await context?.dispose();
|
||||
});
|
||||
}
|
||||
test.afterEach("Delete Test Database", async () => {
|
||||
await context?.dispose();
|
||||
});
|
||||
|
||||
test("Activate throughput bucket #2", async () => {
|
||||
// Activate bucket 2
|
||||
|
||||
Reference in New Issue
Block a user