test(ui): repoint node-backend-actions spec to /app/cluster

Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
This commit is contained in:
Ettore Di Giacinto
2026-06-01 23:25:54 +00:00
parent 8180fddc05
commit 450376d22f

View File

@@ -81,7 +81,7 @@ async function mockDistributedNodes(page, { onDelete } = {}) {
}
async function expandNodeAndWaitForBackends(page) {
await page.goto('/app/nodes')
await page.goto('/app/cluster')
// Click the row to expand it. The chevron toggle and the row both work,
// but clicking the name cell is the most user-like.
await page.getByText(NODE_NAME).first().click()