for computedProperties use nosql2

This commit is contained in:
Asier Isayas
2026-01-21 14:24:42 -08:00
parent a4b0572f91
commit b559976a42
3 changed files with 6 additions and 2 deletions

View File

@@ -45,7 +45,7 @@ test.describe("Stored Procedures", () => {
);
// Execute stored procedure
const executeButton = explorer.commandBarButton(CommandBarButton.Execute);
const executeButton = explorer.commandBarButton(CommandBarButton.Execute).first();
await executeButton.click();
const executeSidePanelButton = explorer.frame.getByTestId("Panel/OkButton");
await executeSidePanelButton.click();