From 45049425c9cf429a6bb9bcc18a06ebaafbe7c01a Mon Sep 17 00:00:00 2001 From: Asier Isayas Date: Fri, 26 Dec 2025 17:32:09 -0500 Subject: [PATCH] get new table button --- test/tables/container.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/tables/container.spec.ts b/test/tables/container.spec.ts index 0e7564555..6caed446e 100644 --- a/test/tables/container.spec.ts +++ b/test/tables/container.spec.ts @@ -7,7 +7,7 @@ test("Tables CRUD", async ({ page }) => { const explorer = await DataExplorer.open(page, TestAccount.Tables); - const newTableButton = await explorer.globalCommandButton("New Table"); + const newTableButton = explorer.frame.getByTestId("GlobalCommands").getByRole("button", { name: "New Table" }); await newTableButton.click(); await explorer.whilePanelOpen( "New Table",