Commit a8a5621
authored
fix(snapshots): Disable CSS animations for snapshot testing (#111485)
A recent flake in `radio.tsx` was caused by an animation on the checked
state. After some investigation, this caused flakes in our snapshot
suite as small timing differences resulted in some minor diffs in the
checked state, indicating the animation wasn't completing.
This will disable CSS animations in our snapshot tests to ensure
stability.1 parent 69b5208 commit a8a5621
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| |||
0 commit comments