We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bc05b4 commit 5c9b88aCopy full SHA for 5c9b88a
integration_test/dummy_test.dart
@@ -31,13 +31,12 @@ void main() {
31
final continueButton = find.byKey(ValueKey("button")); // TODO: Using Style.button prevents adding a Key to only this element
32
await tester.tap(continueButton);
33
await tester.pumpAndSettle();
34
- /*
+
35
// Home page
36
final homePageButtons = find.byType(CustomCard);
37
expect(homePageButtons, findsNWidgets(4));
38
- await tester.tap(homePageButtons.at(0));
39
- await tester.pumpAndSettle();
40
- */
+ // await tester.tap(homePageButtons.at(0));
+ // await tester.pumpAndSettle();
41
42
expect(true, true);
43
});
0 commit comments