Reland "Add tests for scaffold drawer and end drawer" (#150045) (#150047)

This relands commit 14df7be3f9.

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

Needs https://github.com/flutter/flutter/issues/149851 to be fixed before getting merged
This commit is contained in:
Valentin Vignal
2024-06-12 22:55:17 +08:00
committed by GitHub
parent fdb74fd3e7
commit 9b3c936eb3
3 changed files with 110 additions and 2 deletions

View File

@@ -342,8 +342,6 @@ final Set<String> _knownMissingTests = <String>{
'examples/api/test/material/search_anchor/search_anchor.2_test.dart',
'examples/api/test/material/about/about_list_tile.0_test.dart',
'examples/api/test/material/selection_area/selection_area.0_test.dart',
'examples/api/test/material/scaffold/scaffold.end_drawer.0_test.dart',
'examples/api/test/material/scaffold/scaffold.drawer.0_test.dart',
'examples/api/test/material/scaffold/scaffold_messenger.of.0_test.dart',
'examples/api/test/material/scaffold/scaffold_messenger.0_test.dart',
'examples/api/test/material/scaffold/scaffold_state.show_bottom_sheet.0_test.dart',