We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bd0090 commit ed744b9Copy full SHA for ed744b9
packages/flutter/test/widgets/system_context_menu_test.dart
@@ -889,7 +889,7 @@ void main() {
889
await tester.tap(find.byType(TextField));
890
final EditableTextState state = tester.state<EditableTextState>(find.byType(EditableText));
891
expect(state.showToolbar(), true);
892
- await tester.pumpAndSettle();
+ await tester.pump();
893
894
expect(tester.takeException(), isAssertionError);
895
},
0 commit comments