mirror of
https://github.com/flutter/samples.git
synced 2026-03-26 22:31:45 +00:00
Enable Material 3 on federated_plugin (#1635)
* Enable Material 3 on federated_plugin * update tests
This commit is contained in:
@@ -22,7 +22,7 @@ void main() {
|
||||
await tester.pumpWidget(const MyApp());
|
||||
|
||||
// Tap button to retrieve current battery level from platform.
|
||||
await tester.tap(find.byType(ElevatedButton));
|
||||
await tester.tap(find.byType(FilledButton));
|
||||
await tester.pumpAndSettle();
|
||||
|
||||
expect(find.text('Battery Level: $batteryLevel'), findsOneWidget);
|
||||
|
||||
Reference in New Issue
Block a user