Skip to content

Commit 8ddcbcc

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 3ba1438 commit 8ddcbcc

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
@@ -22,7 +22,7 @@ const PAGES = [
2222
['/app/backends', 'Backends'],
2323
['/app/activity', 'Activity'],
2424
['/app/settings', 'Settings'],
25-
['/app/nodes', 'Nodes'],
25+
['/app/cluster', 'Cluster'],
2626
['/app/scheduling', 'Scheduling'],
2727
['/app/face', 'Face recognition'],
2828
['/app/voice', 'Voice recognition'],

0 commit comments

Comments
 (0)