Browse Source

Removed obsolete todo comment

Anatoly Pulyaevskiy 6 years ago
parent
commit
5f5bd03355
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      packages/zefyr/test/widgets/buttons_test.dart

+ 0
- 1
packages/zefyr/test/widgets/buttons_test.dart View File

118
       await tester
118
       await tester
119
           .tap(find.widgetWithText(GestureDetector, 'Tap to edit link'));
119
           .tap(find.widgetWithText(GestureDetector, 'Tap to edit link'));
120
       await tester.pumpAndSettle();
120
       await tester.pumpAndSettle();
121
-      // TODO: figure out why below finder finds 2 instances of TextField
122
       expect(find.byType(TextField), findsOneWidget);
121
       expect(find.byType(TextField), findsOneWidget);
123
 
122
 
124
       await tester.enterText(find.widgetWithText(TextField, 'https://').first,
123
       await tester.enterText(find.widgetWithText(TextField, 'https://').first,