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

Fix bug when acknowledging system alerts in Xcode 11.1 #1129

Merged
merged 2 commits into from
Oct 24, 2019

Conversation

briannewberry
Copy link
Contributor

After upgrading to Xcode 11.1, KIF tests on our app were no longer able to acknowledge system notifications. After debugging it was found that the UIAlert is not always the first item in the list of elements. This change searches the list of elements for the UIAlertControllerView making it more resilient.

May help issue #1127

@justinseanmartin justinseanmartin merged commit 54c099f into kif-framework:master Oct 24, 2019
@justinseanmartin
Copy link
Contributor

Thanks for the contribution!

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

Successfully merging this pull request may close these issues.

2 participants