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,7 +118,6 @@ void main() {
118 118
       await tester
119 119
           .tap(find.widgetWithText(GestureDetector, 'Tap to edit link'));
120 120
       await tester.pumpAndSettle();
121
-      // TODO: figure out why below finder finds 2 instances of TextField
122 121
       expect(find.byType(TextField), findsOneWidget);
123 122
 
124 123
       await tester.enterText(find.widgetWithText(TextField, 'https://').first,