mengw15 opened a new issue, #6515: URL: https://github.com/apache/texera/issues/6515
### Task Summary `frontend/src/app/dashboard/component/user/user-project/user-project-section/ngbd-modal-remove-project-workflow/ngbd-modal-remove-project-workflow.component.ts` (codecov ~5%, no spec) — Vitest spec (TestBed + `detectChanges()`), mocking `UserProjectService`. See `frontend/TESTING.md`. ### Behavior to cover - `should create`; `detectChanges()` renders - `isAllChecked()` -> true iff every `checkedWorkflows` entry is true - `changeAll()` -> toggles all checkboxes - `submitForm()` -> calls `userProjectService.removeWorkflowFromProject(projectId, wid)` for each checked workflow; updates the retained-list cache ### 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]
