mirror of
https://github.com/flutter/samples.git
synced 2026-05-20 05:57:33 +00:00
Use pumpAndSettle after dragUntilVisible to avoid flakes in context_menu tests (#1588)
This commit is contained in:
committed by
GitHub
parent
1a383e9361
commit
4ee2002665
@@ -15,6 +15,7 @@ void main() {
|
||||
find.byType(ListView),
|
||||
const Offset(0.0, -250.0),
|
||||
);
|
||||
await tester.pumpAndSettle();
|
||||
await tester.tap(find.text(CascadingMenuPage.title));
|
||||
await tester.pumpAndSettle();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user