Library
React Components / v9 (@fluentui/react-components)
Bug Description
Actual Behavior
After #29391 got merged, animations were introduced. The introduction of animations on test environment might be problematic as they might alter the visibility of certain elements on the DOM, which might cause some problems on integration tests!
Expected Behavior
Animation should be disabled on test environments to ensure this won't be a problem