Skip to content

feat: expandedRowClassName support receive a string #1401

feat: expandedRowClassName support receive a string

feat: expandedRowClassName support receive a string #1401

Triggered via pull request September 29, 2024 02:58
Status Failure
Total duration 1m 16s
Artifacts

main.yml

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

Annotations

3 errors
tests/ExpandRow.spec.jsx > Table.Expand > renders tree row correctly: tests/ExpandRow.spec.jsx#L57
Error: Snapshot `Table.Expand > renders tree row correctly 1` mismatched - Expected + Received @@ -53,11 +53,11 @@ > 27 </td> </tr> <tr - class="rc-table-row rc-table-row-level-1" + class="rc-table-row rc-table-row-level-1 undefined" data-row-key="2" > <td class="rc-table-cell rc-table-cell-with-append" > ❯ tests/ExpandRow.spec.jsx:57:30
tests/ExpandRow.spec.jsx > Table.Expand > childrenColumnName: tests/ExpandRow.spec.jsx#L102
Error: Snapshot `Table.Expand > childrenColumnName 1` mismatched - Expected + Received @@ -53,11 +53,11 @@ > 27 </td> </tr> <tr - class="rc-table-row rc-table-row-level-1" + class="rc-table-row rc-table-row-level-1 undefined" data-row-key="2" > <td class="rc-table-cell rc-table-cell-with-append" > ❯ tests/ExpandRow.spec.jsx:102:30
test / react component workflow
Process completed with exit code 1.