navigator cleans up its pop transitions. (#80639)
This commit is contained in:
parent
cff3211f7f
commit
6a89c02bc7
@ -679,11 +679,6 @@ void main() {
|
|||||||
// this waits for the route's completer to complete, which calls handleChanged
|
// this waits for the route's completer to complete, which calls handleChanged
|
||||||
await tester.idle();
|
await tester.idle();
|
||||||
expect(value, 4);
|
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) {
|
for (final TextDirection textDirection in TextDirection.values) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user