commit | 4690e9018a6acc2aaae23d7f35e7802d078eb0a0 | [log] [tgz] |
---|---|---|
author | Robbie Gibson <rkgibson@google.com> | Tue Nov 05 16:32:14 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Nov 05 16:32:14 2024 |
tree | 21db20d51b52b96814e51d962cb259eadc38b4db | |
parent | 26cfeb9359a6843f20f30c3785eca1b226ceed10 [diff] |
Reland "[ntp] Add interactive UI test for NTP mobile promo" This is a reland of commit b51bb0374ea679ad0355a47457207809006fad91 The original CL waited for the elements to load, but there may be some rendering delay (e.g. transitions), which cause further interactions to fail. This new CL now waits for the elements to render on the page, which should fix the flakes in the original CL. Original change's description: > [ntp] Add interactive UI test for NTP mobile promo > > Bug: 376291361 > Change-Id: Ia68f3e72dcc5bdfbe95d29bf86e0b4f03ba5819f > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5972982 > Reviewed-by: Paul Adedeji <pauladedeji@google.com> > Commit-Queue: Robbie Gibson <rkgibson@google.com> > Cr-Commit-Position: refs/heads/main@{#1377141} Bug: 376291361 Change-Id: Ic81d6a9473e551a6b1dbac7087f0615d4c4eb6fa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5988990 Reviewed-by: Paul Adedeji <pauladedeji@google.com> Commit-Queue: Robbie Gibson <rkgibson@google.com> Cr-Commit-Position: refs/heads/main@{#1378375}
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.