Skip to content

Commit

Permalink
callbacks_all_test: remove 2 sec wait
Browse files Browse the repository at this point in the history
  • Loading branch information
bartekpacia committed Oct 24, 2023
1 parent 7e7e9ef commit 5ba8427
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,4 @@ Future<void> _body(PatrolTester $) async {
expect($(#counterText).text, '1');

await $(#textField).enterText(testName);

await $.pumpAndSettle(duration: Duration(seconds: 2));
}

0 comments on commit 5ba8427

Please sign in to comment.