Commit 3c065ad2 authored by Ian Hickson's avatar Ian Hickson Committed by GitHub

Also fix the memory_nav test... (#8023)

parent ba9d5e92
......@@ -19,7 +19,7 @@ void main() {
test('navigation', () async {
SerializableFinder menuItem = find.text('Text fields');
await driver.scrollIntoView(menuItem);
await driver.scrollIntoView(menuItem, alignment: 0.5);
await new Future<Null>.delayed(kWaitBetweenActions);
for (int i = 0; i < 15; i++) {
......
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