Unverified Commit 6a89c02b authored by Abhishek Ghaskata's avatar Abhishek Ghaskata Committed by GitHub

navigator cleans up its pop transitions. (#80639)

parent cff3211f
......@@ -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) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment