commit | cb9995676acef6b741d47b0d30e020a230254eef | [log] [tgz] |
---|---|---|
author | Rouslan Solomakhin <rouslan@chromium.org> | Thu Jan 05 22:43:32 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jan 05 22:43:32 2023 |
tree | 2acd4a5b624cc15e8c62fbb9ea9c097933a5b828 | |
parent | c9aa68a7ae9ac4ef83e954e3b517d3eb16716a1b [diff] |
[Web Payment] Remove PaymentInstruments from delegations test Before this patch, a Java integration test for paymentManager.enableDelegations() method installed service worker based payment handlers using the PaymentInstruments API, which is planned to be removed. This patch removes the Java integration test for enableDelegations() method and instead replaces it with cross-platform browsertests that run on both Android and desktop platforms. The patch adds a cross-platform way to check whether shipping or contact info section is displayed to verify that enableDelegations() is working correctly to hide those sections. After this patch, the enableDelegations() tests are not using the PaymentInstruments API. Bug: 1327265 Change-Id: I1557b71875a02f369f031eb47269848695593dfd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4135775 Reviewed-by: Stephen McGruer <smcgruer@chromium.org> Commit-Queue: Rouslan Solomakhin <rouslan@chromium.org> Cr-Commit-Position: refs/heads/main@{#1089477}
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.