UI Testing Cannot Type Text on tvOS

Originator:joseph.masilotti
Number:rdar://22913828 Date Originated:30-Sep-2015 07:49 AM
Status:Duplicate/22865737 Resolved:
Product:Developer Tools Product Version:Xcode 7.1 Beta 2 (7B75)
Classification:Serious Bug Reproducible:Always
 
Summary:
On tvOS when attempting to type text into a text field via UI Testing a timeout exception is raised.

This occurs on UITextFields and the built-in text field of a UISearchController.

Steps to Reproduce:
1. Add a UITextField to a tvOS app
2. Add a UI Testing target
3. In UI Testing, select the text field and attempt to type text

Expected Results:
The text is typed and testing continues.

Actual Results:
The text is typed and a timeout exception is raised after 20 seconds:

UI Testing Failure - Failed to receive event delivery confirmation within 20.0s of the original dispatch.

Version:
Xcode 7.1 Beta 2 (7B75)

Notes:
Run the tests in the attached sample project to reproduce.

Configuration:


Attachments:
'TypeTextBug.zip' was successfully uploaded.

Comments


Please note: Reports posted here will not necessarily be seen by Apple. All problems should be submitted at bugreport.apple.com before they are posted here. Please only post information for Radars that you have filed yourself, and please do not include Apple confidential information in your posts. Thank you!