diff --git a/easyflow-ui-admin/app/src/router/__tests__/detail-return-navigation.test.ts b/easyflow-ui-admin/app/src/router/__tests__/detail-return-navigation.test.ts index 8131f70b..8c340cca 100644 --- a/easyflow-ui-admin/app/src/router/__tests__/detail-return-navigation.test.ts +++ b/easyflow-ui-admin/app/src/router/__tests__/detail-return-navigation.test.ts @@ -12,7 +12,7 @@ describe('detail return navigation', () => { ['system/sysFeedback/sysFeedbackDetail.vue', '/sys/sysFeedback'], ['system/sysJob/SysJobLogList.vue', '/sys/sysJob'], ['ai/workflow/WorkflowDesign.vue', '/ai/workflow'], - ['ai/workflow/RunPage.vue', '/ai/workflow'], + ['ai/workflow/components/WorkflowChatPage.vue', '/ai/workflow'], ['ai/workflow/execute/WorkflowExecResultList.vue', '/ai/workflow'], ])('returns %s to its fixed parent list', (relativePath, parentPath) => { const source = readViewSource(relativePath);