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
I've been trying to use ViewInspector to test some of my screen, and it seems like there is no way to retrieve and inspect views contained in a container view with generic content.
So to explain, I have these views
And when trying to use sut.inspect().find(ViewType.VStack.self) I get results but without nested content inside the CustomView. Even when using a find with accessibilityId or anything.
Is there a way to do so?
The text was updated successfully, but these errors were encountered:
Hello!
I've been trying to use ViewInspector to test some of my screen, and it seems like there is no way to retrieve and inspect views contained in a container view with generic content.
So to explain, I have these views
SutView
CustomView
CustomContentView
And when trying to use
sut.inspect().find(ViewType.VStack.self)
I get results but without nested content inside theCustomView
. Even when using a find with accessibilityId or anything.Is there a way to do so?
The text was updated successfully, but these errors were encountered: