Skip to content

Commit

Permalink
fix pump
Browse files Browse the repository at this point in the history
  • Loading branch information
git-elliot committed Nov 10, 2024
1 parent 82be57d commit 5f2e2f2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions integration_test/app_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,6 @@ void main() {

final portScanButton = find.byKey(Keys.portScanButton);
await tester.tap(portScanButton);
await tester.pumpAndSettle();
await tester.pump();
await tester.pumpAndSettle(const Duration(seconds: 20));
await tester.pump();
//TODO: not passing in github actions
Expand Down

0 comments on commit 5f2e2f2

Please sign in to comment.