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
When view contains it self inside of a ForEach then find(text:) does not find text and fails with .searchFailure. When i check manually the searched text is found (see testGoToText in sample)
Description
When view contains it self inside of a
ForEach
thenfind(text:)
does not find text and fails with.searchFailure
. When i check manually the searched text is found (seetestGoToText
in sample)Minimal sample to reproduce
View with recursion inside of ForEach:
Test case with failing test
testFindText
Snapshot of testview:
The text was updated successfully, but these errors were encountered: