-
Notifications
You must be signed in to change notification settings - Fork 248
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
Unable to find MenuOption by testID #253
Comments
Hi @plambir93kek did you found any solution for this ? because i'm facing this the same issue right now |
just curious, what everything is under your test? because MenuOptions are rendered inside MenuProvider component normally |
I'm facing the same issue. Even when I manually set |
This is still an issue. The MenuOptions component, and therefore all MenuOption components, do not appear in the |
Hi, i use Jest framework and RNTL for e2e testing, and i faced with the problem.
No
MenuOption
in snapshots, also unable to find MenuOption by testID after fireEvent.press(trigger).Is there any way to have e2e tests with this library?
The text was updated successfully, but these errors were encountered: