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
I have been using KIF in my tests for a long time. And now I start to use it with Swift. I was wondered when I realized that all methods actor.using...() return KIFUIViewTestActor!, not the KIFUIViewTestActor. Is it expected behavior?
The text was updated successfully, but these errors were encountered:
I have been using KIF in my tests for a long time. And now I start to use it with Swift. I was wondered when I realized that all methods
actor.using...()
returnKIFUIViewTestActor!
, not theKIFUIViewTestActor
. Is it expected behavior?The text was updated successfully, but these errors were encountered: