Is there a way to get the test driver to see the toast messages on the screen in an integration test in flutter?
I used find.byText and added a delay to the test but it didn't work.
Any work around this?
Is there a way to get the test driver to see the toast messages on the screen in an integration test in flutter?
I used find.byText and added a delay to the test but it didn't work.
Any work around this?