Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Web Payment] Fix hasEnrolledInstrument() query quota test.
Before this patch, HasEnrolledInstrumentQueryQuotaTest.QueryQuota would fail or succeed depending on whether per-method quota flag was enabled in the test environment. This patch breaks up the QueryQuota test into several tests, each one explicitly setting the "strict autofill data check" and "per method quota" flags at the start to best replicate all possible execution environments. After this patch, HasEnrolledInstrumentQueryQuotaTest passes in all test environments. Bug: 995728 Change-Id: I1c6812b5ae8b464c7f121bc0ce2ca0fcc5258503 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1760881 Commit-Queue: Rouslan Solomakhin <rouslan@chromium.org> Commit-Queue: Danyao Wang <danyao@chromium.org> Auto-Submit: Rouslan Solomakhin <rouslan@chromium.org> Reviewed-by: Danyao Wang <danyao@chromium.org> Cr-Commit-Position: refs/heads/master@{#688540}
- Loading branch information