mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2026-01-06 11:11:23 +00: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);
|
||||
|
||||
// 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(
|
||||
"New Container",
|
||||
|
||||
Reference in New Issue
Block a user