Add tests for navigator.restorable_push.0.dart (#157492)

Contributes to https://github.com/flutter/flutter/issues/130459

It adds a test for
- `examples/api/lib/widgets/navigator/navigator.restorable_push.0.dart`
This commit is contained in:
Valentin Vignal
2024-10-26 10:39:13 +08:00
committed by GitHub
parent ece457ba74
commit 4e52defed4
3 changed files with 58 additions and 3 deletions

View File

@@ -310,7 +310,6 @@ class SampleChecker {
// See https://github.com/flutter/flutter/issues/130459
final Set<String> _knownMissingTests = <String>{
'examples/api/test/material/color_scheme/dynamic_content_color.0_test.dart',
'examples/api/test/widgets/navigator/navigator.restorable_push.0_test.dart',
'examples/api/test/widgets/navigator/navigator_state.restorable_push_replacement.0_test.dart',
'examples/api/test/widgets/navigator/navigator_state.restorable_push_and_remove_until.0_test.dart',
'examples/api/test/widgets/navigator/navigator.restorable_push_replacement.0_test.dart',