File tree Expand file tree Collapse file tree 4 files changed +4
-0
lines changed Expand file tree Collapse file tree 4 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ void main() {
1414 find.byType (ListView ),
1515 const Offset (0.0 , - 100.0 ),
1616 );
17+ await tester.pumpAndSettle ();
1718 await tester.tap (find.text (AnywherePage .title));
1819 await tester.pumpAndSettle ();
1920
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ void main() {
1515 find.byType (ListView ),
1616 const Offset (0.0 , - 250.0 ),
1717 );
18+ await tester.pumpAndSettle ();
1819 await tester.tap (find.text (CascadingMenuPage .title));
1920 await tester.pumpAndSettle ();
2021
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ void main() {
1717 find.byType (ListView ),
1818 const Offset (0.0 , - 100.0 ),
1919 );
20+ await tester.pumpAndSettle ();
2021 await tester.tap (find.text (CustomButtonsPage .title));
2122 await tester.pumpAndSettle ();
2223
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ void main() {
1616 find.byType (ListView ),
1717 const Offset (0.0 , - 200.0 ),
1818 );
19+ await tester.pumpAndSettle ();
1920 await tester.tap (find.text (CustomMenuPage .title));
2021 await tester.pumpAndSettle ();
2122
You can’t perform that action at this time.
0 commit comments