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

Unified Diff: chrome/browser/ui/views/payments/payment_request_payment_response_browsertest.cc

Issue 2805263003: [Payments] Selecting incomplete items will open editors (Closed)
Patch Set: fix ios test for realz Created 3 years, 8 months 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
Index: chrome/browser/ui/views/payments/payment_request_payment_response_browsertest.cc
diff --git a/chrome/browser/ui/views/payments/payment_request_payment_response_browsertest.cc b/chrome/browser/ui/views/payments/payment_request_payment_response_browsertest.cc
index a7bd42d84b6d72a0c3624e6b8bc1545e69e314a4..e45d1b2aafa0a52c1eb542cd8ee756a342d7cfd8 100644
--- a/chrome/browser/ui/views/payments/payment_request_payment_response_browsertest.cc
+++ b/chrome/browser/ui/views/payments/payment_request_payment_response_browsertest.cc
@@ -53,7 +53,7 @@ IN_PROC_BROWSER_TEST_F(
base::UTF8ToUTF16("\"cardSecurityCode\": \"123\""),
base::UTF8ToUTF16("\"cardholderName\": \"Test User\""),
base::UTF8ToUTF16("\"expiryMonth\": \"11\""),
- base::UTF8ToUTF16("\"expiryYear\": \"2017\"")});
+ base::UTF8ToUTF16("\"expiryYear\": \"2022\"")});
// Test that the billing address was sent to the merchant.
ExpectBodyContains(std::vector<base::string16>{

Powered by Google App Engine
This is Rietveld 408576698