| commit | c8a3d08ea2c68a88122bc746df6b3440b79914a7 | [log] [tgz] |
|---|---|---|
| author | Danila Kuzmin <dkuzmin@google.com> | Fri Jul 19 09:59:13 2024 |
| committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Jul 19 09:59:13 2024 |
| tree | e2f16d671ecf96c93a819e22d27e67fa2a94be65 | |
| parent | ee5c37872bbab51c50ea96a808fd174923aedc97 [diff] |
[oobe] Fix LocaleSwitchScreen exit logic for tests It is common to directly advance to one of the onboarding screens in browsertests right after the login of the user. LocaleSwitchScreen is the first screen that is shown after user login. It may happen that the logic of the LocaleSwitchScreen will finish running already after the transition to the next screen for the test purposes. Gracefully handle such cases in this CL to prevent the flakiness. Bug: b:353527020 Change-Id: I010022724813bf23a33f83d1aad0e0dbcd25b3f7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5721328 Reviewed-by: Bohdan Tyshchenko <bohdanty@google.com> Commit-Queue: Danila Kuzmin <dkuzmin@google.com> Cr-Commit-Position: refs/heads/main@{#1330127}
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.