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("SQL database and container CRUD", async ({ page }) => {
const explorer = await DataExplorer.open(page, TestAccount.SQL);
await explorer.globalCommandButton("New Container").click();
const newContainerButton = await explorer.globalCommandButton("New Container");
await newContainerButton.click();
await explorer.whilePanelOpen(
"New Container",
async (panel, okButton) => {