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 a RestAPI which I poll from UI to get status of an operation. The API returns inprogress/success/failure for the same request.
I need to mock this API to first show inprogress and then succeeded.