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
While writing cypress test for the agent list page, when playing with filter quickly it seems that we have some concurent requests to retrieve the agents and the request order is not properly handled.
This cause the table and the status bar to not always render what the user expect, and this will be changed during the next auto refresh of the table (30s later).
This will probably solved by migrating to react-query for these requests.
The text was updated successfully, but these errors were encountered:
Description
While writing cypress test for the agent list page, when playing with filter quickly it seems that we have some concurent requests to retrieve the agents and the request order is not properly handled.
This cause the table and the status bar to not always render what the user expect, and this will be changed during the next auto refresh of the table (30s later).
This will probably solved by migrating to react-query for these requests.
The text was updated successfully, but these errors were encountered: