In real time application very often a developer can be in front of asynchronous, such as some api are called, a result is expected, but what happens in that lapse of time?
Usually a loading spinner can be loaded or a skeleton of the view can be shown. Investigate whether this asynchronous requests or actions are an issue for the test execution.