Skip to content

Commit f54d924

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 5016f07 commit f54d924

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

0 commit comments

Comments
 (0)