File tree 2 files changed +9
-1
lines changed
packages/google_maps_flutter/google_maps_flutter/example/integration_test/src 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 1
- 29b25165cab883d290f6245ec267550bf6058cd9
1
+ f5a983535131d948950124c53df6b8f491debd9f
Original file line number Diff line number Diff line change @@ -366,6 +366,14 @@ void runTests() {
366
366
);
367
367
final GoogleMapController controller = await controllerCompleter.future;
368
368
369
+ await tester.pumpAndSettle ();
370
+
371
+ // TODO(mossmana): Adding this delay addresses
372
+ // https://github.com/flutter/flutter/issues/131783. It may be related
373
+ // to https://github.com/flutter/flutter/issues/54758 and should be
374
+ // re-evaluated when that issue is fixed.
375
+ await Future <void >.delayed (const Duration (seconds: 1 ));
376
+
369
377
bool iwVisibleStatus =
370
378
await controller.isMarkerInfoWindowShown (marker.markerId);
371
379
expect (iwVisibleStatus, false );
You can’t perform that action at this time.
0 commit comments