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

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

Issue 2866413002: Update payment phone type for shipping address (Closed)
Patch Set: Rebase + other CL test fix + CR Comments about comments :-) Created 3 years, 7 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 | chrome/browser/ui/views/payments/shipping_address_editor_view_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/payments/credit_card_editor_view_controller_browsertest.cc
diff --git a/chrome/browser/ui/views/payments/credit_card_editor_view_controller_browsertest.cc b/chrome/browser/ui/views/payments/credit_card_editor_view_controller_browsertest.cc
index 3b8aa9b5a9ed5636355ae0dbb6857c71f899fcdc..4cf51bc1e93dece58cb253941b2f96d17ff51215 100644
--- a/chrome/browser/ui/views/payments/credit_card_editor_view_controller_browsertest.cc
+++ b/chrome/browser/ui/views/payments/credit_card_editor_view_controller_browsertest.cc
@@ -518,6 +518,8 @@ IN_PROC_BROWSER_TEST_F(PaymentRequestCreditCardEditorTest,
autofill::ADDRESS_HOME_CITY);
SetEditorTextfieldValue(base::ASCIIToUTF16("BobZip"),
autofill::ADDRESS_HOME_ZIP);
+ SetEditorTextfieldValue(base::ASCIIToUTF16("5755555555"),
+ autofill::PHONE_HOME_WHOLE_NUMBER);
// Come back to credit card editor.
ResetEventObserver(DialogEvent::BACK_NAVIGATION);
« no previous file with comments | « no previous file | chrome/browser/ui/views/payments/shipping_address_editor_view_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698