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 7af2973 commit 99ddaccCopy full SHA for 99ddacc
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