Skip to content

fix: resolve table header blank display issue in FixedHolder #2062

fix: resolve table header blank display issue in FixedHolder

fix: resolve table header blank display issue in FixedHolder #2062

Triggered via push September 6, 2025 14:54
Status Failure
Total duration 2m 17s
Artifacts

main.yml

on: push
test  /  react component workflow
2m 13s
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