[iOS] Re-enable QRScanner EG2Test after fixing iOS 12 bug
The root cause here was that the UIImage returned from the qr_scanner_app_interface was nil on iOS 12, even though it was non-nil in iOS 13. I'm not sure why this happened. In the end, just passing the icon's accessibility label worked and is probably better for the test, so I switched to that. I could reproduce the failure, and the tests now pass locally, so it should be fixed. TBR=eugenebut@chromium.org Bug: 1019211 Change-Id: I70e63d5143b8fd7f02ca4b0f62f845196590f282 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1893253 Commit-Queue: Robbie Gibson <rkgibson@google.com> Reviewed-by:Stepan Khapugin <stkhapugin@chromium.org> Cr-Commit-Position: refs/heads/master@{#711233}
Showing
Please register or sign in to comment