click global new... button then collection in playwright tests

This commit is contained in:
Asier Isayas
2025-12-26 14:24:38 -05:00
parent ef1e26fc0c
commit 74363ddfe9
7 changed files with 14 additions and 8 deletions

View File

@@ -7,7 +7,8 @@ test("Tables CRUD", async ({ page }) => {
const explorer = await DataExplorer.open(page, TestAccount.Tables);
await explorer.globalCommandButton("New Table").click();
const newTableButton = await explorer.globalCommandButton("New Table");
await newTableButton.click();
await explorer.whilePanelOpen(
"New Table",
async (panel, okButton) => {