chore(deps-dev): bump jsdom from 26.1.0 to 27.0.0 #2170
Triggered via pull request
September 15, 2025 21:04
Status
Failure
Total duration
2m 23s
Artifacts
–
main.yml
on: pull_request
test
/
react component workflow
2m 15s
Annotations
5 errors
|
test / react component workflow
Process completed with exit code 1.
|
|
tests/Sticky.spec.jsx > Table.Sticky > Sticky scroll basic:
tests/Sticky.spec.jsx#L198
AssertionError: expected <div …(2)></div> to be null
- Expected:
null
+ Received:
<div
class="rc-table-sticky-scroll-bar"
style="width: 50px; transform: translate3d(0px, 0, 0);"
/>
❯ tests/Sticky.spec.jsx:198:75
|
|
tests/Hover.spec.tsx > Table.Hover > perf:
tests/Hover.spec.tsx#L239
AssertionError: expected <td class="rc-table-cell"></td> to be falsy
- Expected:
false
+ Received:
<td
class="rc-table-cell"
>
Lucy
</td>
❯ tests/Hover.spec.tsx:239:65
|
|
tests/Hover.spec.tsx > Table.Hover > works on shouldCellUpdate:
tests/Hover.spec.tsx#L41
AssertionError: expected <td class="rc-table-cell"></td> to be falsy
- Expected:
false
+ Received:
<td
class="rc-table-cell"
>
Lucy
</td>
❯ tests/Hover.spec.tsx:41:65
|
|
tests/Hover.spec.tsx > Table.Hover > basic:
tests/Hover.spec.tsx#L26
AssertionError: expected <td class="rc-table-cell"></td> to be falsy
- Expected:
false
+ Received:
<td
class="rc-table-cell"
>
Lucy
</td>
❯ tests/Hover.spec.tsx:26:65
|