We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04ba026 commit 7c4a790Copy full SHA for 7c4a790
integration_test/app_test.dart
@@ -15,7 +15,7 @@ void main() {
15
await tester.pumpAndSettle();
16
17
expect(find.text('Launches'), findsAtLeast(1));
18
- expect(find.text('Emails'), findsOneWidget);
+ expect(find.text('Rockets'), findsOneWidget);
19
expect(find.text('Settings'), findsOneWidget);
20
21
expect(find.textContaining('Mission'), findsAtLeast(1));
0 commit comments