Yicong-Huang opened a new pull request, #4889:
URL: https://github.com/apache/texera/pull/4889

   ### What changes were proposed in this PR?
   
   Drop 4 result-panel spec files from the exclusion lists and migrate their 
TestBed setups to the standalone-component shape — `declarations: [Comp]` 
becomes `imports: [Comp]`. The components are already standalone post-#4873.
   
   Specs re-enabled:
   
   - `result-panel/console-frame`
   - `result-panel/error-frame`
   - `result-panel/result-panel`
   - `result-panel/result-table-frame`
   
   The `waitForAsync` `beforeEach` wrappers are also rewritten to plain 
`async/await` since `waitForAsync` needs an outer ProxyZone in `beforeEach`, 
which the unit-test builder doesn't install.
   
   ### Any related issues, documentation, discussions?
   
   A slice of #4880.
   
   ### How was this PR tested?
   
   `yarn ng test --watch=false` locally:
   
   ```
   Test Files  39 passed | 3 skipped (42)
        Tests  190 passed | 8 skipped | 2 todo (200)
   ```
   
   Up from 35 / 182 on main.
   
   ### Was this PR authored or co-authored using generative AI tooling?
   
   Generated-by: Claude Opus 4.7 (1M context)


-- 
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]

Reply via email to