Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
git-elliot committed Nov 12, 2024
1 parent e23f6c2 commit 68bf02a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration_test/app_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ void main() {
await tester.tap(devicesButton);
await tester.pump();
expect(find.byType(AdaptiveListTile), findsAny);
await tester.pumpAndSettle();
await tester.pumpAndSettle(const Duration(seconds: 4));
await tester.pump();
expect(find.byType(AdaptiveListTile), findsAtLeast(2));

Expand Down

0 comments on commit 68bf02a

Please sign in to comment.