get new table button

This commit is contained in:
Asier Isayas
2025-12-26 17:32:09 -05:00
parent 74363ddfe9
commit 45049425c9

View File

@@ -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",