navigator cleans up its pop transitions. (#80639)

This commit is contained in:
Abhishek Ghaskata
2021-04-26 23:14:05 +05:30
committed by GitHub
parent cff3211f7f
commit 6a89c02bc7

View File

@@ -679,11 +679,6 @@ void main() {
// this waits for the route's completer to complete, which calls handleChanged
await tester.idle();
expect(value, 4);
// TODO(abarth): Remove these calls to pump once navigator cleans up its
// pop transitions.
await tester.pump();
await tester.pump(const Duration(seconds: 1)); // finish the menu animation
});
for (final TextDirection textDirection in TextDirection.values) {