Yicong-Huang opened a new issue, #5015: URL: https://github.com/apache/texera/issues/5015
### Task Summary `WorkspaceComponent`'s unit spec currently overrides the template to a minimal `<div #codeEditor>` so the heavyweight children (CodeEditorComponent, workflow editor, panels, etc.) don't compile in the test build. As a result, the spec cannot verify side effects that depend on real child rendering. The blocker is `CodeEditorComponent` — its own spec has unresolved issues. Plan: 1. Fix `CodeEditorComponent` spec first. 2. Remove the template override from `WorkspaceComponent` spec so real children render. 3. Extend coverage to the child-driven side effects (e.g. editor lifecycle wiring). Tracking deferral noted in apache/texera#4969 review. ### Task Type - [x] Testing / QA -- 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]
