Skip to content
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

Merged
merged 7 commits into from
Apr 20, 2024

Conversation

KazuCocoa
Copy link
Member

@KazuCocoa KazuCocoa commented Apr 19, 2024

Found Xcode 11/12/old iOS related code. This PR just removes them.

Comment on lines -66 to -69
if (SYSTEM_VERSION_GREATER_THAN(@"12.0")) {
// The test is flacky on iOS 12+ in Travis env
return;
}
Copy link
Member Author

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";

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?

Copy link
Member Author

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

Copy link

@mykola-mokhnach mykola-mokhnach left a 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

@KazuCocoa KazuCocoa merged commit 2fd0dea into master Apr 20, 2024
46 checks passed
@KazuCocoa KazuCocoa deleted the remove-old-xcode branch April 20, 2024 02:01
github-actions bot pushed a commit that referenced this pull request Apr 20, 2024
## [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))
Copy link

🎉 This PR is included in version 8.5.4 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants