After upgrading to Xcode 14, UI tests that were using:
tester.selectPickerViewRow(withTitle: "Title", inComponent: 0)
are no longer working. I get the error message "Failed to select from Picker". When stepping through the KIF source code, the picker appears to be nil as if it can't find one on screen even though I see it when the tests are running.
I'm wondering if this is a bug or if there is another way we should be selecting from a picker with Xcode 14.