mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
- Follow up tests for https://github.com/flutter/engine/pull/48505
- Tests for navigation without an implicit view should work.
- Package [this workaround](6efee0e79b/lib/web_ui/test/engine/semantics/semantics_multi_view_test.dart (L29-L30)) behind a nice, future-proof API.
- Tests by default start with no implicit view.
- Tests that need an implicit view have to explicitly indicate so (by using the `withImplicitView` param).
Fixes https://github.com/flutter/flutter/issues/138906