From 450376d22f5ba09b6d5244704551b49c8cd1f904 Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Mon, 1 Jun 2026 23:25:54 +0000 Subject: [PATCH] test(ui): repoint node-backend-actions spec to /app/cluster Signed-off-by: Ettore Di Giacinto --- core/http/react-ui/e2e/nodes-per-node-backend-actions.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/http/react-ui/e2e/nodes-per-node-backend-actions.spec.js b/core/http/react-ui/e2e/nodes-per-node-backend-actions.spec.js index 76855437f..784a815f8 100644 --- a/core/http/react-ui/e2e/nodes-per-node-backend-actions.spec.js +++ b/core/http/react-ui/e2e/nodes-per-node-backend-actions.spec.js @@ -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()