We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5aa0005 commit c1bef85Copy full SHA for c1bef85
packages/image_picker/image_picker_ios/example/ios/RunnerUITests/ImagePickerFromGalleryUITests.m
@@ -223,7 +223,7 @@ - (void)launchPickerAndPickWithMaxWidth:(NSNumber *)maxWidth
223
if (aImage.isHittable) {
224
[aImage tap];
225
} else {
226
- // Know issue where tappable things are not hittable. Tap it anyway.
+ // Known issue where tappable elements are not hittable. Tap it anyway.
227
// See https://github.com/flutter/plugins/pull/6783 for a similar case.
228
XCUICoordinate *coordinate = [aImage coordinateWithNormalizedOffset:CGVectorMake(0, 0)];
229
[coordinate tap];
0 commit comments