Skip to content

fix: resolve table header blank display issue #2063

fix: resolve table header blank display issue

fix: resolve table header blank display issue #2063

Triggered via pull request September 6, 2025 15:00
Status Failure
Total duration 2m 19s
Artifacts

main.yml

on: pull_request
test  /  react component workflow
2m 15s
test / react component workflow
Fit to window
Zoom out
Zoom in

Annotations

2 errors
test / react component workflow
Process completed with exit code 1.
tests/FixedHeader.spec.jsx > Table.FixedHeader > show header when data is null: tests/FixedHeader.spec.jsx#L137
AssertionError: expected { tableLayout: 'fixed', …(2) } to deeply equal ObjectContaining {"visibility": null} - Expected + Received - ObjectContaining { - "visibility": null, + Object { + "minWidth": "100%", + "tableLayout": "fixed", + "width": true, } ❯ tests/FixedHeader.spec.jsx:137:66