Unverified Commit 34895351 authored by Amir Hardon's avatar Amir Hardon Committed by GitHub

Enable android_views window touch test (#55130)

parent 3f30b613
......@@ -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);
});
});
}
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