KaneCheshire / BiometricAutomationDemo

Dependency free iOS biometric automation example.
61 stars 7 forks source link

Cancel button not tappable in Xcode 10.1 #2

Closed KaneCheshire closed 5 years ago

KaneCheshire commented 5 years ago

In Xcode 10.1, XCUI can't find the cancel button when failing biometric authentication.

I've checked in Xcode 10.2 beta and it's working fine, plus there's a workaround where you can press the home button (even on an iPhone X simulator) to dismiss the prompt:

XCUIDevice.shared.press(.home)

Creating an issue for visibility incase anyone else has run into this issue.