Skip to content

Commit

Permalink
test: add duration to pump to check
Browse files Browse the repository at this point in the history
  • Loading branch information
Xazin committed Oct 15, 2024
1 parent c590d59 commit 826170e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ void main() {

// Dismiss edit cell
await tester.sendKeyDownEvent(LogicalKeyboardKey.enter);
await tester.pumpAndSettle();
await tester.pumpAndSettle(const Duration(seconds: 1));

// Expect count to be 3
expect(
Expand Down

0 comments on commit 826170e

Please sign in to comment.