Skip to content

Commit 50589b2

Browse files
committed
don't check CustomCard
1 parent 7050d5c commit 50589b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: integration_test/dummy_test.dart

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ void main() {
3434
await tester.pumpAndSettle();
3535

3636
// Home page
37-
final homePageButtons = find.byType(CustomCard);
38-
expect(homePageButtons, findsNWidgets(4));
37+
//final homePageButtons = find.byType(CustomCard);
38+
//expect(homePageButtons, findsNWidgets(4));
3939
// await tester.tap(homePageButtons.at(0));
4040
// await tester.pumpAndSettle();
4141

0 commit comments

Comments
 (0)