mirror of
https://github.com/flutter/samples.git
synced 2025-11-13 00:08:24 +00:00
Migrate platform_channels to Material 3 (#1623)
* Migrate platform_channels to Material 3 * fix tests --------- Co-authored-by: Brett Morgan <brettmorgan@google.com>
This commit is contained in:
@@ -29,7 +29,7 @@ void main() {
|
||||
expect(find.byType(Image), findsNothing);
|
||||
|
||||
// Tap on ElevatedButton to get Image.
|
||||
await tester.tap(find.byType(ElevatedButton));
|
||||
await tester.tap(find.byType(FilledButton));
|
||||
await tester.pumpAndSettle();
|
||||
|
||||
expect(find.byType(Placeholder), findsNothing);
|
||||
|
||||
Reference in New Issue
Block a user