File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import 'package:package_info_plus/package_info_plus.dart';
1010const MAX_TEST_DURATION_SECS = 24 * 60 * 60 ;
1111// Need a better way to fetch this for automated release, this needs to be updated along with version bump
1212// Can stay for now as it is not a breaking change
13- const serverVersion = '0.0.26 ' ;
13+ const serverVersion = '0.0.27 ' ;
1414
1515void initializeTest ({Widget ? app, Function ? callback}) async {
1616 IntegrationTestWidgetsFlutterBinding binding =
Original file line number Diff line number Diff line change @@ -537,8 +537,7 @@ class ElementHelper {
537537 moveStep,
538538 dragDuration! ,
539539 );
540- await tester.pumpAndSettle (const Duration (milliseconds: 100 ),
541- EnginePhase .sendSemanticsUpdate, settleBetweenScrollsTimeout! );
540+ await pumpAndTrySettle (timeout: settleBetweenScrollsTimeout! );
542541 iterationsLeft -= 1 ;
543542 }
544543
You can’t perform that action at this time.
0 commit comments