Initialize all bindings before starting the text_editing_action_target test suite (#90067)

Fixes https://github.com/flutter/flutter/issues/90057
diff --git a/packages/flutter/test/widgets/text_editing_action_target_test.dart b/packages/flutter/test/widgets/text_editing_action_target_test.dart
index 7c16292..a93565b 100644
--- a/packages/flutter/test/widgets/text_editing_action_target_test.dart
+++ b/packages/flutter/test/widgets/text_editing_action_target_test.dart
@@ -93,6 +93,9 @@
 }
 
 void main() {
+  // Ensure that all TestRenderingFlutterBinding bindings are initialized.
+  renderer;
+
   test('moveSelectionLeft/RightByLine stays on the current line', () async {
     const String text = 'one two three\n\nfour five six';
     final _FakeEditableTextState editableTextState = _FakeEditableTextState(