Skip to content

Instantly share code, notes, and snippets.

@tianhaoz95
Created October 24, 2019 03:47
Show Gist options
  • Save tianhaoz95/dcf8fbaa859618e81653f1c8d9788924 to your computer and use it in GitHub Desktop.
Save tianhaoz95/dcf8fbaa859618e81653f1c8d9788924 to your computer and use it in GitHub Desktop.
Test navigation
testWidgets('Contrib screen shows up', (WidgetTester tester) async {
await tester.pumpWidget(MyApp());
await tester.tap(find.byKey(Key('contrib_btn')));
await tester.pumpAndSettle();
expect(find.byKey(Key('contrib_title')), findsOneWidget);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment