You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I suspect that this might be due to our ways of using an offset to identity the center of a textfield.
Might be a great first issue to resolve. The first step would be to add a small test that replicates this on the GitHub runners by extending the tests to support this on iPadOS.
Description
enter(value:,options:)
on a TextField will not enter text on iPadOS.Reproduction
Run test with the following parameters:
try app.textViews["Message Input Textfield"].enter(value: "New Message!", options: [.disableKeyboardDismiss])
Expected behavior
The test app should enter the value into the textfield.
Additional context
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: