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

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