Skip to content

fix: use larger iframe for animations #1503

fix: use larger iframe for animations

fix: use larger iframe for animations #1503

Triggered via pull request January 16, 2026 10:23
Status Failure
Total duration 1m 18s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors
Node CI
Process completed with exit code 1.
packages/tests/integration-tests/index.test.ts > Test Runner > DOM evaluator > should use a different approach to hide the iframe when using allowAnimations: packages/tests/integration-tests/index.test.ts#L942
AssertionError: expected { width: '1px', height: '1px', …(3) } to deeply equal { width: '0px', height: '0px', …(3) } - Expected + Received { - "height": "0px", + "height": "1px", "opacity": "0", "pointerEvents": "none", "visbility": "visible", - "width": "0px", + "width": "1px", } ❯ packages/tests/integration-tests/index.test.ts:942:21