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()