Our UI test can't find a button which is a subview of a UITableView backgroundView (the button is laid out in the Storyboard as an assoicated view on the UITableViewController's scene and set as the tableView.backgroundView in viewWillAppear().)
When we run the app we can tap the button fine.
Using the Live View Debugger we can see that there is a UITableViewWrapperView on top of the backgroundView, and we were wondering if this is interfering with UI Testing.
Has anyone been able to make this work?