7.50.0 #1459
main.yml
on: push
test
/
react component workflow
56s
Annotations
3 errors and 1 warning
tests/Sticky.spec.jsx > Table.Sticky > Sticky scroll:
tests/Sticky.spec.jsx#L174
AssertionError: expected { width: '50px', …(1) } to deeply equal { width: '50px', …(1) }
- Expected
+ Received
Object {
- "transform": "translate3d(50.5px, 0, 0)",
+ "transform": "translate3d(0px, 0, 0)",
"width": "50px",
}
❯ tests/Sticky.spec.jsx:174:71
|
tests/Sticky.spec.jsx > Table.Sticky > Sticky scroll with getContainer:
tests/Sticky.spec.jsx#L427
AssertionError: expected { width: '50px', …(1) } to deeply equal { width: '50px', …(1) }
- Expected
+ Received
Object {
- "transform": "translate3d(50.5px, 0, 0)",
+ "transform": "translate3d(0px, 0, 0)",
"width": "50px",
}
❯ tests/Sticky.spec.jsx:427:71
|
test / react component workflow
Process completed with exit code 1.
|
test / react component workflow
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|