-
Notifications
You must be signed in to change notification settings - Fork 450
fix: Missing text in long text for get text/value #1007
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Is it expected that the test should fail? |
|
Thanks. do you think we could do the same thing in the page source as well...? If not, I think adding documentation would be sufficient I have added for the getText endpoint to call as well. |
I assume Apple designed it this way due to two reasons:
that it why I would keep built-in snapshots for the page source retrieval. Maybe we could put the possibility to always deep snapshot for the page source retrieval under a setting though, but I really don't see a point of having huge attribute values in xmls |
## [9.5.2](v9.5.1...v9.5.2) (2025-04-19) ### Bug Fixes * Missing text in long text for get text/value ([#1007](#1007)) ([6603a0b](6603a0b))
|
🎉 This PR is included in version 9.5.2 🎉 The release is available on: Your semantic-release bot 📦🚀 |
This PR changes the "Text Field long text" to much longer one to demonstrate eca2ed1 (Before #970 regression.
Before the change:
while after the change failed:
Vanilla XCTest had the entire text appium/appium-xcuitest-driver#2552 (comment) .