Unverified Commit f8784e72 authored by Chris Yang's avatar Chris Yang Committed by GitHub

enable the regressed test (#54214)

parent bcc7961d
......@@ -24,9 +24,7 @@ Future<void> main() async {
await driver.waitFor(find.byValueKey('PlatformView'));
final String errorMessage = await driver.requestData('run test');
expect(errorMessage, '');
},
// TODO(amirh): enable this test https://github.com/flutter/flutter/issues/54022
skip: true);
});
test('AlertDialog from platform view context', () async {
final SerializableFinder wmListTile =
......
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