From 28fe5846b308f183c822135531025233733e4143 Mon Sep 17 00:00:00 2001 From: Sindhu Balasubramanian Date: Mon, 22 Dec 2025 11:22:36 -0800 Subject: [PATCH] Fix error with adding container to shared db test --- test/sql/scaleAndSettings/sharedThroughput.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/sql/scaleAndSettings/sharedThroughput.spec.ts b/test/sql/scaleAndSettings/sharedThroughput.spec.ts index 47f78ca4a..45398c418 100644 --- a/test/sql/scaleAndSettings/sharedThroughput.spec.ts +++ b/test/sql/scaleAndSettings/sharedThroughput.spec.ts @@ -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",