mirror of
https://github.com/mudler/LocalAI.git
synced 2026-06-04 06:44:48 -04:00
test(ui): repoint node-backend-actions spec to /app/cluster
Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user