-
Notifications
You must be signed in to change notification settings - Fork 24.3k
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
Fix snapshot tests on iOS #22861
Fix snapshot tests on iOS #22861
Conversation
Note: "test_ios" is expected to pass. |
Closing to test it on the "0.58-stable" branch first. |
Thanks for updating these! How did your tests on 0.58 fare? |
@grabbou what's your plan with this? |
I'm in the process of updating the snapshots to include the filter control, but I have a blocker I've raised in Discord about tvOS RNTester not building. I'll need it to build so I can update the tvOS snapshots. |
@grabbou is this active still? |
I think this PR should be closed. If I remember, the general conclusion was to regenerate the snapshots rather than adjusting the code. |
This PR fixes failing snapshot tests on iOS that were caused by bd79303
What it does is it hides newly introduced "filter" input when running snapshot tests.
It also fixes a glitch that happened when there was only one example to show (e.g. ART Example - missing RNTesterPage wrapper).
CC: @rickhanlonii @CodingItWrong