mengw15 opened a new issue, #6518: URL: https://github.com/apache/texera/issues/6518
### Task Summary `frontend/src/app/dashboard/component/admin/user/admin-user.component.ts` (codecov ~42%) has a spec covering only creation + email/comment search. **Extend it** to cover the untested methods. See `frontend/TESTING.md`; mock `AdminUserService`. ### Behavior to add - `addUser` -> creates a user via the service - `startEdit` / `saveEdit` / `stopEdit` / `reset` -> the inline-edit lifecycle - `updateRole` -> updates a user's role - `isUserActive`, `getAccountCreation` -> derived display helpers - `loadFeedbackCounts` / `getFeedbackCount` / `clickToViewFeedbacks` / `clickToViewQuota` -> feedback/quota navigation ### 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]
