mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Seeing many web tests fail with errors like: ``` 00:07 +0 -11: test/cupertino/search_field_test.dart: clear button removes text ══╡ EXCEPTION CAUGHT BY FLUTTER FRAMEWORK ╞═════════════════════════════════════════════════════════ The following message was thrown: Could not navigate to initial route. The requested route name was: "/default" There was no corresponding route in the app, and therefore the initial route specified will be ignored and "/" will be used instead. ════════════════════════════════════════════════════════════════════════════════════════════════════ 00:07 +0 -12: test/cupertino/search_field_test.dart: clear button removes text [E] Test failed. See exception logs above. The test description was: clear button removes text ``` This reverts commit ee8a5e9bd0e8afaded0ea3265e7abe974caf98e1.