I'm using a FasterVerificationCode view on a project, but we're running into an issue with the verification code view. It seems to continually be in a state of animating -- this in turn causes XCUITest automation to always see the UI as busy and not ready to interact with.
Has anyone been able to successfully test this view using XCUITest automation?