I am trying to test my user interfaces using XCTest UI testing and have problems testing UIImageViewsI in my application (impact tests, presence tests, etc.).
There is no such type in the XCUIElementType list, and when I look at the children of the supervisor, my UIImageViews are not listed there for any reason, although I can see them on the screen and in the UI inspector in Xcode.
Has anyone had such a problem?
source share