Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(875)

Unified Diff: chrome/test/data/android/payments/free_shipping.js

Issue 2579373002: [Payments] Add integration tests for auto advance in card editor (Closed)
Patch Set: address comments Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/android/javatests/src/org/chromium/chrome/browser/payments/PaymentRequestTestBase.java ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/android/payments/free_shipping.js
diff --git a/chrome/test/data/android/payments/free_shipping.js b/chrome/test/data/android/payments/free_shipping.js
index a3ec6d4f3094f2cbc4c9e566d17c5d087401c777..29fef249b3d8159e2f932b31f29e021216dbe3e9 100644
--- a/chrome/test/data/android/payments/free_shipping.js
+++ b/chrome/test/data/android/payments/free_shipping.js
@@ -23,7 +23,9 @@ function buy() { // eslint-disable-line no-unused-vars
}]
};
var request = new PaymentRequest(
- [{supportedMethods: ['visa']}], details,
+ [{supportedMethods: ['visa', 'unionpay', 'mir', 'mastercard',
+ 'jcb', 'discover', 'diners', 'amex']}],
+ details,
{requestShipping: true});
request.addEventListener('shippingaddresschange', function(e) {
e.updateWith(new Promise(function(resolve) {
« no previous file with comments | « chrome/android/javatests/src/org/chromium/chrome/browser/payments/PaymentRequestTestBase.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698