mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2026-01-07 19:46:53 +00:00
get new table button
This commit is contained in:
@@ -7,7 +7,7 @@ test("Tables CRUD", async ({ page }) => {
|
|||||||
|
|
||||||
const explorer = await DataExplorer.open(page, TestAccount.Tables);
|
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 newTableButton.click();
|
||||||
await explorer.whilePanelOpen(
|
await explorer.whilePanelOpen(
|
||||||
"New Table",
|
"New Table",
|
||||||
|
|||||||
Reference in New Issue
Block a user