zulip-flutter
zulip-flutter copied to clipboard
actions test: Await all responses; cut pumpAndSettle
This ensures that if one of these markNarrowAsRead calls were to change behavior so that it no longer completed within the test (and then possibly threw an error, or failed to ever complete at all), the test would catch that.
Prompted by this thread: https://github.com/zulip/zulip-flutter/pull/934#discussion_r1796319431
Looks good! Just one small comment.
Thanks for the review! Merging with that tweak.