-
Notifications
You must be signed in to change notification settings - Fork 392
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
chore: remove old iOS/Xcode related test code and errors #890
Conversation
if (SYSTEM_VERSION_GREATER_THAN(@"12.0")) { | ||
// The test is flacky on iOS 12+ in Travis env | ||
return; | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this test worked on my local. lets bring them back
} | ||
} else { | ||
// iPhone | ||
queryString = @"XCUIElementTypeWindow/*/*/*/*[2]/*/*/XCUIElementTypeButton"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do we need now the above expression that initializes queryString?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oh, yea. will modify here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I love such PRs
## [8.5.4](v8.5.3...v8.5.4) (2024-04-20) ### Miscellaneous Chores * remove old iOS/Xcode related test code and errors ([#890](#890)) ([2fd0dea](2fd0dea))
🎉 This PR is included in version 8.5.4 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Found Xcode 11/12/old iOS related code. This PR just removes them.