You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey - animation modifiers aren't blocking the search, the issue must be elsewhere. Could you provide a minimal code sample of the view in which you do the search? It's hard to help without the code on hands to debug
Hi there!
I have just a simple step in my test that checks for a View if it exists:
XCTAssertThrowsError(try specialView.find(viewWithAccessibilityIdentifier: SpecialView.AccessibilityIdentfier.someIdentifier.rawValue))
This step fails and my assumption is that it is due to transition animation I have for it.
I tried to disable animations like we used to do in UIKit -
UIView.setAnimationsEnabled(false)
but it does not affect SwiftUI for sure 🤷🏻♂️Maybe we have some specific techniques to test it?
The text was updated successfully, but these errors were encountered: