Skip to content

[material_ui] Migrate off of flutter_test's find.byTooltip and on to the local findByTooltip - #12492

Draft
justinmc wants to merge 1 commit into
flutter:mainfrom
justinmc:material-find-by-tooltip
Draft

[material_ui] Migrate off of flutter_test's find.byTooltip and on to the local findByTooltip#12492
justinmc wants to merge 1 commit into
flutter:mainfrom
justinmc:material-find-by-tooltip

Conversation

@justinmc

@justinmc justinmc commented Aug 17, 2026

Copy link
Copy Markdown
Contributor

The find.byTooltip finder in flutter/flutter's flutter_test package is unreliable for material_ui due to using flutter/flutter's Tooltip class. This PR migrates all usages to the existing findByTooltip in material_ui, which does not have this problem.

See flutter/flutter#191063 (comment)

Fixes flutter/flutter#191063

TODO

  • Maybe no ../../../test/finders.dart imports. Duplicate?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

p: material_ui triage-framework Should be looked at in framework triage

Projects

None yet

Development

Successfully merging this pull request may close these issues.

flutter_test finders still references flutter/material Tooltip widget

1 participant