Skip to content

[material_ui] Remove widgets import in app_bar_test.dart - #11998

Merged
auto-submit[bot] merged 1 commit into
flutter:mainfrom
QuncCccccc:enable_app_bar_test
Jun 25, 2026
Merged

[material_ui] Remove widgets import in app_bar_test.dart#11998
auto-submit[bot] merged 1 commit into
flutter:mainfrom
QuncCccccc:enable_app_bar_test

Conversation

@QuncCccccc

Copy link
Copy Markdown
Contributor

Part of flutter/flutter#182636 and flutter/flutter#188395

This PR:

  • Removed the cross-import of widgets/semantics_tester.dart.
  • Removed @Skip tag, all tests in this file has passed. semantics_tester.dart has existed in material_ui, so we can directly import semantics_tester.dart;
  • Moved the file to test/ folder.

Pre-Review Checklist

  • I read the [Contributor Guide] and followed the process outlined there for submitting PRs.
  • I read the [AI contribution guidelines] and understand my responsibilities, or I am not using AI tools.
  • I read the [Tree Hygiene] page, which explains my responsibilities.
  • I read and followed the [relevant style guides] and ran [the auto-formatter].
  • I signed the [CLA].
  • The title of the PR starts with the name of the package surrounded by square brackets, e.g. [shared_preferences]
  • I [linked to at least one issue that this PR fixes] in the description above.
  • I followed [the version and CHANGELOG instructions], using [semantic versioning] and the [repository CHANGELOG style], or I have commented below to indicate which documented exception this PR falls under[^1].
  • I updated/added any relevant documentation (doc comments with ///).
  • I added new tests to check the change I am making, or I have commented below to indicate which [test exemption] this PR falls under[^1].
  • All existing and new tests are passing.

@gemini-code-assistgemini-code-assistBot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request removes the @Skip annotation from packages/material_ui/test/app_bar_test.dart and updates the import statements, including reordering them and changing the relative import path for semantics_tester.dart. There are no review comments, and I have no feedback to provide.

@PiinksPiinks left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@PiinksPiinks added the autosubmit Merge PR when tree becomes green via auto submit App label Jun 25, 2026
@auto-submit
auto-submitBot merged commit f588865 into flutter:mainJun 25, 2026
88 checks passed
pullBot pushed a commit to Mattlk13/flutter that referenced this pull request Jun 26, 2026
…er#188634)
flutter/packages@7ff3e1f...c1f7d92
2026-06-25 21270878+elliette@users.noreply.github.com [material_ui]
Enable `bottom_navigation_bar_test` (flutter/packages#12005)
2026-06-25 36861262+QuncCccccc@users.noreply.github.com [material_ui]
Remove `widgets/` import in `flexible_space_bar_test.dart`,
`app_bar_sliver_test.dart` and partial fix in `chip_test.dart`
(flutter/packages#12004)
2026-06-25 36861262+QuncCccccc@users.noreply.github.com [material_ui]
Remove widgets import in `animated_icon_test.dart` and
`autocomplete_test.dart` (flutter/packages#12000)
2026-06-25 36861262+QuncCccccc@users.noreply.github.com [material_ui]
Remove widgets import in `app_bar_test.dart` (flutter/packages#11998)
2026-06-25 36861262+QuncCccccc@users.noreply.github.com [material_ui]
Remove widgets import in `search_anchor_test.dart`
(flutter/packages#11997)
2026-06-25 36861262+QuncCccccc@users.noreply.github.com [material_ui]
Remove widgets import in `menu_anchor_test.dart`
(flutter/packages#11995)
2026-06-25 36861262+QuncCccccc@users.noreply.github.com [material_ui]
Remove widgets import in `scaffold_test.dart` (flutter/packages#11973)
2026-06-25 stuartmorgan@google.com [google_maps_flutter] Fix iOS &/&&
logic (flutter/packages#11994)
2026-06-25 engine-flutter-autoroll@skia.org Roll Flutter (stable) from
e1fd963 to ad70ec4 (5 revisions) (flutter/packages#11985)
2026-06-25 katelovett@google.com [CI] Fix labeler for cupertino_ui PRs
(flutter/packages#11988)
2026-06-25 36861262+QuncCccccc@users.noreply.github.com [material_ui]
Remove widgets import in `slider_test.dart` (flutter/packages#11977)
2026-06-25 36861262+QuncCccccc@users.noreply.github.com [material_ui]
Remove widgets import in `drawer_test.dart` (flutter/packages#11976)
2026-06-25 36861262+QuncCccccc@users.noreply.github.com [material_ui]
Remove widgets import in `navigation_rail_test.dart`
(flutter/packages#11974)
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/flutter-packages-flutter-autoroll
Please CC flutter-ecosystem@google.com on the revert to ensure that a
human
is aware of the problem.
To file a bug in Flutter:
https://github.com/flutter/flutter/issues/new/choose
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
andywolff pushed a commit to andywolff/flutter that referenced this pull request Jun 26, 2026
…er#188634)
flutter/packages@7ff3e1f...c1f7d92
2026-06-25 21270878+elliette@users.noreply.github.com [material_ui]
Enable `bottom_navigation_bar_test` (flutter/packages#12005)
2026-06-25 36861262+QuncCccccc@users.noreply.github.com [material_ui]
Remove `widgets/` import in `flexible_space_bar_test.dart`,
`app_bar_sliver_test.dart` and partial fix in `chip_test.dart`
(flutter/packages#12004)
2026-06-25 36861262+QuncCccccc@users.noreply.github.com [material_ui]
Remove widgets import in `animated_icon_test.dart` and
`autocomplete_test.dart` (flutter/packages#12000)
2026-06-25 36861262+QuncCccccc@users.noreply.github.com [material_ui]
Remove widgets import in `app_bar_test.dart` (flutter/packages#11998)
2026-06-25 36861262+QuncCccccc@users.noreply.github.com [material_ui]
Remove widgets import in `search_anchor_test.dart`
(flutter/packages#11997)
2026-06-25 36861262+QuncCccccc@users.noreply.github.com [material_ui]
Remove widgets import in `menu_anchor_test.dart`
(flutter/packages#11995)
2026-06-25 36861262+QuncCccccc@users.noreply.github.com [material_ui]
Remove widgets import in `scaffold_test.dart` (flutter/packages#11973)
2026-06-25 stuartmorgan@google.com [google_maps_flutter] Fix iOS &/&&
logic (flutter/packages#11994)
2026-06-25 engine-flutter-autoroll@skia.org Roll Flutter (stable) from
e1fd963 to ad70ec4 (5 revisions) (flutter/packages#11985)
2026-06-25 katelovett@google.com [CI] Fix labeler for cupertino_ui PRs
(flutter/packages#11988)
2026-06-25 36861262+QuncCccccc@users.noreply.github.com [material_ui]
Remove widgets import in `slider_test.dart` (flutter/packages#11977)
2026-06-25 36861262+QuncCccccc@users.noreply.github.com [material_ui]
Remove widgets import in `drawer_test.dart` (flutter/packages#11976)
2026-06-25 36861262+QuncCccccc@users.noreply.github.com [material_ui]
Remove widgets import in `navigation_rail_test.dart`
(flutter/packages#11974)
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/flutter-packages-flutter-autoroll
Please CC flutter-ecosystem@google.com on the revert to ensure that a
human
is aware of the problem.
To file a bug in Flutter:
https://github.com/flutter/flutter/issues/new/choose
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

autosubmitMerge PR when tree becomes green via auto submit AppCICDRun CI/CDp: material_uitriage-frameworkShould be looked at in framework triage

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@QuncCccccc@Piinks