-
Notifications
You must be signed in to change notification settings - Fork 24.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Test cases failing after upgrading to RN version 0.78 #50165
Comments
Tip Newer version available: You are on a supported minor version, but it looks like there's a newer patch available - 0.78.1. Please upgrade to the highest patch for your minor or latest and verify if the issue persists (alternatively, create a new project and repro the issue in it). If it does not repro, please let us know so we can close out this issue. This helps us ensure we are looking at issues that still exist in the most recent releases. |
Tip Newer version available: You are on a supported minor version, but it looks like there's a newer patch available - undefined. Please upgrade to the highest patch for your minor or latest and verify if the issue persists (alternatively, create a new project and repro the issue in it). If it does not repro, please let us know so we can close out this issue. This helps us ensure we are looking at issues that still exist in the most recent releases. |
We can't really fix your tests sorry. You bumped 5 minor versions of React Native. Between those there is also the migration to New Architecture (0.76). The reproducer you provided is also huge, we can't really help with that. Please come back with a smaller reproducer (a single test, a single screen, no dependency). |
Warning Missing reproducer: We could not detect a reproducible example in your issue report. Please provide either:
|
Description
Upgraded React Native version from 0.73.6 to 0.78.0 post which test cases are failing without any code change in test suite or the screen. Views which are invisible are returning element.not.toBeOnTheScreen() as false.
Steps to reproduce
React Native Version
0.78.0
Affected Platforms
Build - MacOS
Output of
npx @react-native-community/cli info
Stacktrace or Logs
Reproducer
https://github.com/vinvijdev/IssueReproducer
Screenshots and Videos
The text was updated successfully, but these errors were encountered: