-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to perform golden test of screen having loading state ? #151
Comments
If you hace a loading indicator, then What you can do is that in your calls to customPump: (tester) => tester.pump(Duration(milliseconds: 100) this will mean that the screen show will happen after 100 ms ... rather than waiting for the screen to stop animating (i.e. default behavior when no I hope this helps |
Thanks it work nicely. I am facing three problems.
|
Hi @pranavo72bex , maybe open separate issues, so that it's easier for people who have the same questions in the future ;) Also, if you can't find your answers in the documentation, consider searching in the GitHub issues :) About:
|
The text was updated successfully, but these errors were encountered: