software-mansion / react-native-reanimated

React Native's Animated library reimplemented
https://docs.swmansion.com/react-native-reanimated/
MIT License
8.89k stars 1.3k forks source link

Remove header to fix broken tests on android #6289

Closed Latropos closed 2 months ago

Latropos commented 2 months ago

Summary

The height of information "Reload the app to run the tests again" was causing broken tests on android. This height was included in results of getViewProp("top") including snapshotsBEFORE:

image

AFTER:

image

Test plan