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: Use TransitionDurationObserver in compose_box_test
Added TransitionDurationObserver initialization inside prepareComposeBox
setup,every test that calls prepareComposeBox now automatically attaches an
observer to the widget tree.Replaced hardcoded transition delays with dynamic duration handling
via transitionDurationObserver.pumpPastTransition(tester). This ensures test
stability when transition timings change.
0 commit comments