-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Closed
flutter/plugins
#2805Labels
P1High-priority issues at the top of the work listHigh-priority issues at the top of the work lista: tests"flutter test", flutter_test, or one of our tests"flutter test", flutter_test, or one of our testsf: integration_testThe flutter/packages/integration_test pluginThe flutter/packages/integration_test pluginpackageflutter/packages repository. See also p: labels.flutter/packages repository. See also p: labels.
Description
E2EWidgetsFlutterBinding is for now inherits mock text chanllel and http bindings from TestWidgetsFlutterBinding.
This issue is not blocking to web integration tests since test authors can use these 2 lines to clear the mocks:
SystemChannels.textInput.setMockMethodCallHandler(null);
HttpOverrides.global = MyHttpOverrides();
On the other hand these changes are good to have before we enable e2e to a wider range of tests.
Metadata
Metadata
Assignees
Labels
P1High-priority issues at the top of the work listHigh-priority issues at the top of the work lista: tests"flutter test", flutter_test, or one of our tests"flutter test", flutter_test, or one of our testsf: integration_testThe flutter/packages/integration_test pluginThe flutter/packages/integration_test pluginpackageflutter/packages repository. See also p: labels.flutter/packages repository. See also p: labels.