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
Is it necessary to present the viewcontrollers? What is the reason for that? Is it to simulate the VCs lifecycle?
My idea is that if there is other way how to do this to speed up the testing.
Also is the delay() necessary at all? Everything is called inside completions so I believe it should be good without the delays. Is there any purpose that the delay is serving?
The text was updated successfully, but these errors were encountered:
Is it necessary to present the viewcontrollers? What is the reason for that? Is it to simulate the VCs lifecycle?
My idea is that if there is other way how to do this to speed up the testing.
Also is the
delay()
necessary at all? Everything is called inside completions so I believe it should be good without the delays. Is there any purpose that the delay is serving?The text was updated successfully, but these errors were encountered: