diff --git a/server/lib/src/runner.dart b/server/lib/src/runner.dart index d96a79c..2ee0737 100644 --- a/server/lib/src/runner.dart +++ b/server/lib/src/runner.dart @@ -10,7 +10,7 @@ import 'package:package_info_plus/package_info_plus.dart'; const MAX_TEST_DURATION_SECS = 24 * 60 * 60; // Need a better way to fetch this for automated release, this needs to be updated along with version bump // Can stay for now as it is not a breaking change -const serverVersion = '0.0.26'; +const serverVersion = '0.0.27'; void initializeTest({Widget? app, Function? callback}) async { IntegrationTestWidgetsFlutterBinding binding = diff --git a/server/lib/src/utils/element_helper.dart b/server/lib/src/utils/element_helper.dart index f9f2613..bfe0c34 100644 --- a/server/lib/src/utils/element_helper.dart +++ b/server/lib/src/utils/element_helper.dart @@ -537,8 +537,7 @@ class ElementHelper { moveStep, dragDuration!, ); - await tester.pumpAndSettle(const Duration(milliseconds: 100), - EnginePhase.sendSemanticsUpdate, settleBetweenScrollsTimeout!); + await pumpAndTrySettle(timeout: settleBetweenScrollsTimeout!); iterationsLeft -= 1; }