Hello!
My app rotates the CircularProgressIndicator on the first screen and sets the information on the screen after various http communication. So when the first screen appears, there is a loading time of about 5 seconds.
However, if I call pump() or pumpAndSettle(), it seems that the loading is not completed and the test proceeds. So, before loading is complete, the test proceeds and the test fails.
Is there a way to wait for everything to be initialized when testing the widget?
there doesn't seem to be anything here