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

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

Issue 2842463002: [Payments] Normalize billing address for response on Desktop. (Closed)
Patch Set: Addressed moe's comments 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
« no previous file with comments | « no previous file | components/payments/content/payment_response_helper.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 66f7dae78d4c696a6466af92ab14f60e91eb83fb..ee6d9a0ddd25c89d1f1b0094006a962dfb34968b 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
@@ -57,7 +57,8 @@ IN_PROC_BROWSER_TEST_F(
ExpectBodyContains({"\"billingAddress\": {", "\"666 Erebus St.\"",
"\"Apt 8\"", "\"city\": \"Elysium\"",
"\"country\": \"US\"", "\"organization\": \"Underworld\"",
- "\"phone\": \"16502111111\"", "\"postalCode\": \"91111\"",
+ "\"phone\": \"+16502111111\"",
+ "\"postalCode\": \"91111\"",
"\"recipient\": \"John H. Doe\"", "\"region\": \"CA\""});
}
« no previous file with comments | « no previous file | components/payments/content/payment_response_helper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698