mirror of
https://github.com/flutter/samples.git
synced 2025-11-12 07:48:55 +00:00
Flutter 3.29 beta (#2571)
This commit is contained in:
@@ -60,8 +60,9 @@ void main() {
|
||||
});
|
||||
});
|
||||
|
||||
testWidgets('should select activity and confirm',
|
||||
(WidgetTester tester) async {
|
||||
testWidgets('should select activity and confirm', (
|
||||
WidgetTester tester,
|
||||
) async {
|
||||
await mockNetworkImages(() async {
|
||||
await loadScreen(tester);
|
||||
// Select one activity
|
||||
|
||||
Reference in New Issue
Block a user