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:
committed by
GitHub
parent
5adf66ba65
commit
59b50ec010
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user