We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
KIFUITestActor's - (BOOL)acknowledgeSystemAlertWithIndex:(NSUInteger)index; no longer works when running on Xcode 11.1 and an iOS 13.1 simulator.
KIFUITestActor
- (BOOL)acknowledgeSystemAlertWithIndex:(NSUInteger)index;
From my initial debugging, the alert isKindOfClass nilElementClass and it is never valid or visible.
isKindOfClass
nilElementClass
The text was updated successfully, but these errors were encountered:
For context:
KIF/Classes/UIAutomationHelper.m
Line 132 in 8a53f36
Sorry, something went wrong.
Fixed acknowledgeSystemAlert on iOS 13.1
5735ec4
We need to dig through the hierarchy manually rather than asking for the application's alert Fixes kif-framework#1125
PR with a fix is in #1126.
Successfully merging a pull request may close this issue.
KIFUITestActor
's- (BOOL)acknowledgeSystemAlertWithIndex:(NSUInteger)index;
no longer works when running on Xcode 11.1 and an iOS 13.1 simulator.From my initial debugging, the alert
isKindOfClass
nilElementClass
and it is never valid or visible.The text was updated successfully, but these errors were encountered: