Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update packages/image_picker/image_picker_ios/example/ios/RunnerUITes…
…ts/ImagePickerFromGalleryUITests.m
  • Loading branch information
jmagman committed Aug 14, 2025
commit c1bef85273bab071ca872e9db455c38869f89d10
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ - (void)launchPickerAndPickWithMaxWidth:(NSNumber *)maxWidth
if (aImage.isHittable) {
[aImage tap];
} else {
// Know issue where tappable things are not hittable. Tap it anyway.
// Known issue where tappable elements are not hittable. Tap it anyway.
// See https://github.com/flutter/plugins/pull/6783 for a similar case.
XCUICoordinate *coordinate = [aImage coordinateWithNormalizedOffset:CGVectorMake(0, 0)];
[coordinate tap];
Expand Down