Skip to content

Commit 6cf305b

Browse files
mudlerlocalai-org-maint-bot
authored andcommitted
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>
1 parent a87b8da commit 6cf305b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/http/react-ui/e2e/page-render-smoke.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const PAGES = [
2121
['/app/backends', 'Backends'],
2222
['/app/activity', 'Activity'],
2323
['/app/settings', 'Settings'],
24-
['/app/nodes', 'Nodes'],
24+
['/app/cluster', 'Cluster'],
2525
['/app/scheduling', 'Scheduling'],
2626
['/app/face', 'Face recognition'],
2727
['/app/voice', 'Voice recognition'],

0 commit comments

Comments
 (0)