Mouad Debbar 22a1d5c7d7 [web] Bootstrap tests without implicit view by default (flutter/engine#48629)
- 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
2024-01-22 20:43:50 +00:00
..