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 eaa1cbe commit 9003c29Copy full SHA for 9003c29
test/widgets/action_sheet_test.dart
@@ -102,10 +102,6 @@ void main() {
102
return mock;
103
}
104
105
- tearDown(() async {
106
- testBinding.reset();
107
- });
108
-
109
Future<void> tapShareButton(WidgetTester tester) async {
110
await tester.ensureVisible(find.byIcon(Icons.adaptive.share, skipOffstage: false));
111
await tester.tap(find.byIcon(Icons.adaptive.share));
@@ -306,10 +302,6 @@ void main() {
306
302
);
307
303
});
308
304
309
310
311
312
313
305
Future<void> tapCopyButton(WidgetTester tester) async {
314
await tester.ensureVisible(find.byIcon(Icons.copy, skipOffstage: false));
315
await tester.tap(find.byIcon(Icons.copy));
0 commit comments