Skip to content

Commit

Permalink
increased duration
Browse files Browse the repository at this point in the history
  • Loading branch information
git-elliot committed Nov 9, 2024
1 parent 9517f39 commit c59f2c9
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions integration_test/app_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -48,16 +48,14 @@ void main() {
await tester.tap(devicesButton);

// // Trigger a frame.
await tester.pumpAndSettle();
await tester.pumpAndSettle(const Duration(seconds: 5));

// Verify that the scan completes
// expect(
// find.byKey(const ValueKey(Keys.rescanIconButton)),
// findsOneWidget,
// );
// expect(find.byType(AdaptiveListTile), findsAny);

// await tester.pumpAndSettle();
expect(find.byType(AdaptiveListTile), findsAny);
});
});
}

0 comments on commit c59f2c9

Please sign in to comment.