| commit | dc7d953cf0ea49fa1e99c0ec6dba1b3e37e55a5b | [log] [tgz] |
|---|---|---|
| author | Scott Yoder <scottyoder@google.com> | Thu Jan 23 20:14:59 2025 |
| committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jan 23 20:14:59 2025 |
| tree | c96e4b619240558c8b750c0f5ffdf703e180a5c3 | |
| parent | b2fb1ea1668ec7832d0e1c4e653e505f94a422f2 [diff] |
[ios] Fix TipsNotificationsTestCase camera alert This change selects the allow or OK button by index rather than by title text so that it can work on iOS 16.x where the camera access alert uses "OK" rather than "Allow". It also waits for the app to idle before looking for the button, which seems to be necessary in some cases for Lens and the camera alert. Fixed: 391797467, 391796821 Change-Id: I2ce7e18cb7bc8493ec2be9db05fe1e26de9b94f6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6191539 Commit-Queue: Hira Mahmood <hiramahmood@google.com> Reviewed-by: Hira Mahmood <hiramahmood@google.com> Auto-Submit: Scott Yoder <scottyoder@google.com> Cr-Commit-Position: refs/heads/main@{#1410498}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure.
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.