mirror of
https://github.com/mudler/LocalAI.git
synced 2026-06-04 23:06:22 -04:00
test(ui): repoint page-render-smoke from /app/nodes to /app/cluster
The /app/nodes route now redirects to the merged Cluster page, so the render-smoke spec (added on master) asserted a stale URL. Point it at /app/cluster, which keeps render-smoke coverage on the new page. Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
This commit is contained in:
@@ -20,7 +20,7 @@ const PAGES = [
|
||||
['/app/manage', 'Manage'],
|
||||
['/app/backends', 'Backends'],
|
||||
['/app/settings', 'Settings'],
|
||||
['/app/nodes', 'Nodes'],
|
||||
['/app/cluster', 'Cluster'],
|
||||
['/app/face', 'Face recognition'],
|
||||
['/app/voice', 'Voice recognition'],
|
||||
['/app/fine-tune', 'Fine-tuning'],
|
||||
|
||||
Reference in New Issue
Block a user