mengw15 opened a new issue, #6504: URL: https://github.com/apache/texera/issues/6504
### Task Summary `frontend/src/app/workspace/component/workflow-editor/comment-box-modal/nz-modal-comment-box.component.ts` (codecov ~5%, no spec) — Vitest spec (TestBed + `detectChanges()`), mocking `WorkflowActionService`, `UserService`, `NzModalRef`, `NotificationService`. See `frontend/TESTING.md`. ### Behavior to cover - `should create`; `detectChanges()` renders - `onClickAddComment()` -> adds a comment through `workflowActionService` for the current `user`; clears the input after - empty/whitespace comment -> no add (if guarded) ### Task Type - [ ] Refactor / Cleanup - [ ] DevOps / Deployment / CI - [x] Testing / QA - [ ] Documentation - [ ] Performance - [ ] Other -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
