You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello @islazh, this test works on the current version, I believe it was fixed by #1222 so it should work if you upgrade to 11.5.0, let me know if upgrading does fix your problem
Describe the bug
*ByText
methods cannot find text in fragments when the fragment is passed into<Text />
as a child component.Expected behavior
getByText
should be able to find the text that is passed into<Text/>
component as a React fragment child component.Steps to Reproduce
Minimal failing case:
The text is present when
debug()
is used and is also present in the application.As an aside,
*ByText
can find text in fragments when directly inside a component, e.g.Versions
11.2.0
The text was updated successfully, but these errors were encountered: