fix: use larger iframe for animations #1503
ci.yml
on: pull_request
lint
9s
Python CI
6s
Node CI
1m 3s
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
|