The feed is asynchronous list that is loaded from server (@ marker) after random delay:
In order to run the server go to the tests/_utils/asyncserver/ and run:
node index.js
Controlling the cache:
getFeed() callback - if checked it will save results and load them from cache for the same query.There should be no errors even if request took longer time or came out-of-order.
If the asyncserver is not running the notification should be shown for failed requests.
This manual tests uses data generated by Random User Generator.