fix: more doc link fix (#31395)

Co-authored-by: Riskey <36894937+RiskeyL@users.noreply.github.com>
This commit is contained in:
Stephen Zhou
2026-01-22 15:18:42 +08:00
committed by yyh
parent f7f4d066dc
commit 878e34c582
4 changed files with 3 additions and 4 deletions

View File

@ -123,7 +123,6 @@ describe('WorkflowOnboardingModal', () => {
const descriptionDiv = container.querySelector('.body-xs-regular.leading-4')
expect(descriptionDiv).toBeInTheDocument()
expect(descriptionDiv).toHaveTextContent('workflow.onboarding.description')
expect(descriptionDiv).toHaveTextContent('workflow.onboarding.aboutStartNode')
})
it('should render StartNodeSelectionPanel', () => {