diff --git a/integration_test/app_test.dart b/integration_test/app_test.dart index 8b6ef8e..63524b6 100644 --- a/integration_test/app_test.dart +++ b/integration_test/app_test.dart @@ -113,7 +113,7 @@ void main() { await tester.pumpAndSettle(const Duration(seconds: 4)); await tester.pump(); //TODO: not passing in github actions - expect(find.byType(AdaptiveListTile), findsAny); + expect(find.byType(AdaptiveListTile), findsNothing); }); }); }