Skip to content

Commit c1bef85

Browse files
committed
Update packages/image_picker/image_picker_ios/example/ios/RunnerUITests/ImagePickerFromGalleryUITests.m
1 parent 5aa0005 commit c1bef85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/image_picker/image_picker_ios/example/ios/RunnerUITests/ImagePickerFromGalleryUITests.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ - (void)launchPickerAndPickWithMaxWidth:(NSNumber *)maxWidth
223223
if (aImage.isHittable) {
224224
[aImage tap];
225225
} else {
226-
// Know issue where tappable things are not hittable. Tap it anyway.
226+
// Known issue where tappable elements are not hittable. Tap it anyway.
227227
// See https://github.com/flutter/plugins/pull/6783 for a similar case.
228228
XCUICoordinate *coordinate = [aImage coordinateWithNormalizedOffset:CGVectorMake(0, 0)];
229229
[coordinate tap];

0 commit comments

Comments
 (0)