-
Notifications
You must be signed in to change notification settings - Fork 29.8k
Fix the test error of "Add finders for enableFlutterDriverExtension" and resubmit #65276
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Fix Code Style Error Co-authored-by: Dan Field <dfield@gmail.com>
Fix Code Style Error Co-authored-by: Dan Field <dfield@gmail.com>
Fix Code Style Error Co-authored-by: Dan Field <dfield@gmail.com>
Modified [enableFlutterDriverExtension] Code Note
Co-authored-by: Dan Field <dfield@gmail.com>
Co-authored-by: Dan Field <dfield@gmail.com>
Co-authored-by: Dan Field <dfield@gmail.com>
|
/ cc @dnfield |
dnfield
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
I'm a bit confused about how this passed CI last time though.
| class FlutterDriverExtension with DeserializeFinderFactory { | ||
| /// Creates an object to manage a Flutter Driver connection. | ||
| FlutterDriverExtension(this._requestDataHandler, this._silenceErrors) { | ||
| FlutterDriverExtension(this._requestDataHandler, this._silenceErrors, List<FinderExtension> finders) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
unfortunately adding a new named parameter here breaks some internal customers. Can we reland this with either an optional named parameter, or just a new named constructor for it?
Description
Fix the test error of "Add finders for enableFlutterDriverExtension" and resubmit
Related Issues
#65273
#64308
#62299
Tests
I modified the following test:
Before you create this PR, confirm that it meets all requirements listed below by checking the relevant checkboxes (
[x]). This will ensure a smooth and quick review process.///).flutter analyze --flutter-repo) does not report any problems on my PR.Breaking Change
Did any tests fail when you ran them? Please read Handling breaking changes.