You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test: update snapshot tests to wait for popper opacity transition
Update Jest snapshot tests to wait for popper elements to complete
their opacity transition after the double requestAnimationFrame fix.
This ensures snapshots are taken after poppers are fully visible
(opacity: 1) rather than during the transition phase (opacity: 0).
Signed-off-by: Mohamed Fall <ps.hackmaster@gmail.com>
0 commit comments