mirror of
https://github.com/flutter/samples.git
synced 2025-11-12 15:58:32 +00:00
Update M3 demo app layout on small screen (#1558)
This commit is contained in:
@@ -40,7 +40,7 @@ void main() {
|
||||
// Chips
|
||||
expect(find.byType(ActionChip),
|
||||
findsNWidgets(7)); // includes Assist and Suggestion chip.
|
||||
expect(find.byType(FilterChip), findsNWidgets(4));
|
||||
expect(find.byType(FilterChip), findsNWidgets(3));
|
||||
expect(find.byType(InputChip), findsNWidgets(4));
|
||||
|
||||
// Cards
|
||||
|
||||
Reference in New Issue
Block a user