commit | 4914d5be3efcbe0635f06bc43134bd2944c42703 | [log] [tgz] |
---|---|---|
author | Katie Dektar <katie@chromium.org> | Fri Sep 22 20:29:41 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Sep 22 20:29:41 2023 |
tree | ea0ddfa4fa7c54ecc6007f71ff5ce49c41eccd80 | |
parent | 8dbeaa2fd842f3cea227f161fa63773090d04d34 [diff] |
[Switch Access] Don't show setup guide in tests, reducing flakes The switch access tests in Lacros can flake when the setup guide is shown and steals focus. This doesn't happen in Ash which usually completes the whole test before the setup guide is visible. However, in Lacros, which is slower to launch, the setup guide was stealing focus in the middle of the test. The code to keep the setup guide from showing is copied from TestControllerAsh::SetAssistiveTechnologyEnabled which does the same work. AX-Relnotes: N/A Bug: b/275342946,b/301253962,b/301475127 Change-Id: Ic02ef4c74239084d50811a8b17817bf9c630f751 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4886843 Reviewed-by: Akihiro Ota <akihiroota@chromium.org> Commit-Queue: Katie Dektar <katie@chromium.org> Cr-Commit-Position: refs/heads/main@{#1200434}
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.