Skip to content

Commit

Permalink
grater than 2
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelshot91 committed Sep 25, 2023
1 parent c35768e commit bbf33f1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions integration_test/_extended_test_io.dart
Original file line number Diff line number Diff line change
Expand Up @@ -197,9 +197,7 @@ void basicScreenshot(IntegrationTestWidgetsFlutterBinding binding) {

final sendIconFinder = find.byIcon(Icons.send);
// Not all bundle might be visible, but we can expect to at least see the first 4 of them
expect(tester
.elementList(sendIconFinder)
.length, greaterThan(4));
expect(tester.elementList(sendIconFinder).length, greaterThan(2));

await tester.tap(sendIconFinder.first);
await tester.pumpAndSettle(const Duration(seconds: 1));
Expand Down

0 comments on commit bbf33f1

Please sign in to comment.