XCUITest doesn't 'see' my UICollectionView in a UITableViewCell

po app.cells returns my UITableViewCells

po app.staticTexts returns my UILabels in my UITableViewCells

po app.collectionViews does not return either of the two UICollectionViews that live in my tableView

po app.images does not return the UIImageViews in UICollectionViewCells (in UICollectionViews in the aforementioned UITableViewCell)


when I try and record taps on said UICollectionViewCells, I get "Timestamped Event Matching Error".


Is this a known thing? Is there a way for me to automate taps on UICollectionViewCells/UICollectionViews that live inside a UITableViewCell/UITableView?


thanks!

Mike