Enable android_views window touch test (#55130)

This commit is contained in:
Amir Hardon 2020-04-20 09:21:15 -07:00 committed by GitHub
parent 3f30b6138d
commit 34895351be
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -60,8 +60,6 @@ Future<void> main() async {
await driver.tap(tapWindow);
final String windowClickCount = await driver.getText(find.byValueKey('WindowClickCount'));
expect(windowClickCount, 'Click count: 1');
},
// TODO(amirh): enable this after fixing https://github.com/flutter/flutter/issues/55066
skip:true);
});
});
}