mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2026-06-13 16:07:26 +01:00
Fix error with adding container to shared db test
This commit is contained in:
@@ -119,7 +119,7 @@ test.describe("Database with Shared Throughput", () => {
|
|||||||
await explorer.waitForNode(dbContext.database.id);
|
await explorer.waitForNode(dbContext.database.id);
|
||||||
|
|
||||||
// Add a container to the shared database via UI
|
// Add a container to the shared database via UI
|
||||||
await explorer.globalCommandButton("New Container").click();
|
await explorer.frame.getByRole("button", { name: "New Container" }).click();
|
||||||
|
|
||||||
await explorer.whilePanelOpen(
|
await explorer.whilePanelOpen(
|
||||||
"New Container",
|
"New Container",
|
||||||
|
|||||||
Reference in New Issue
Block a user