mirror of
https://github.com/flutter/samples.git
synced 2025-11-08 13:58:47 +00:00
Flutter 3.29 beta (#2571)
This commit is contained in:
@@ -9,9 +9,7 @@ import 'package:platform_channels/main.dart';
|
||||
void main() {
|
||||
group('HomePage tests', () {
|
||||
testWidgets('HomePage has multiple Text widgets', (tester) async {
|
||||
await tester.pumpWidget(const MaterialApp(
|
||||
home: HomePage(),
|
||||
));
|
||||
await tester.pumpWidget(const MaterialApp(home: HomePage()));
|
||||
|
||||
expect(find.byType(Text), findsWidgets);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user