Skip to content

Commit 5c9b88a

Browse files
committed
test by checking 4 buttons in HomePage
1 parent 2bc05b4 commit 5c9b88a

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

Diff for: integration_test/dummy_test.dart

+3-4
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,12 @@ void main() {
3131
final continueButton = find.byKey(ValueKey("button")); // TODO: Using Style.button prevents adding a Key to only this element
3232
await tester.tap(continueButton);
3333
await tester.pumpAndSettle();
34-
/*
34+
3535
// Home page
3636
final homePageButtons = find.byType(CustomCard);
3737
expect(homePageButtons, findsNWidgets(4));
38-
await tester.tap(homePageButtons.at(0));
39-
await tester.pumpAndSettle();
40-
*/
38+
// await tester.tap(homePageButtons.at(0));
39+
// await tester.pumpAndSettle();
4140

4241
expect(true, true);
4342
});

0 commit comments

Comments
 (0)