Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add missing pumpAndSettle
  • Loading branch information
camsim99 committed Apr 23, 2024
commit fe19f00093008127e73d8d16c54825cf4f854a9d
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,9 @@ Future<void> main() async {
await tester.pumpWidget(WebViewWidget(controller: controller));
print('C: Widget pumped');

await tester.pumpAndSettle();
print('C: Pumped and settle');

await pageLoaded.future;
print('C: Future page loaded');

Expand Down