1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-08 22:09:06 +00:00

[testing_app] Fix failing integration tests (#756)

This commit is contained in:
Abdullah Deshmukh
2021-03-07 11:35:34 +05:30
committed by GitHub
parent 5adf66ba65
commit 59b50ec010
4 changed files with 83 additions and 117 deletions

View File

@@ -80,7 +80,7 @@ void main() {
// Tap on the remove icon.
await tester.tap(find.byKey(ValueKey('remove_icon_5')));
await tester.pumpAndSettle();
await tester.pumpAndSettle(Duration(seconds: 1));
// Verify if it disappears.
expect(find.text('Item 5'), findsNothing);