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

Unified Diff: chrome/android/javatests/src/org/chromium/chrome/browser/payments/PaymentRequestBillingAddressTest.java

Issue 2515853002: [Payments] Fix new billing address label. (Closed)
Patch Set: Created 4 years, 1 month 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/android/javatests/src/org/chromium/chrome/browser/payments/PaymentRequestBillingAddressTest.java
diff --git a/chrome/android/javatests/src/org/chromium/chrome/browser/payments/PaymentRequestBillingAddressTest.java b/chrome/android/javatests/src/org/chromium/chrome/browser/payments/PaymentRequestBillingAddressTest.java
index 7a807876a984f388b72b6d1b70a6d09eb189ccc1..7bc41f84205b38508a2203b1cf1fc1180c40bc28 100644
--- a/chrome/android/javatests/src/org/chromium/chrome/browser/payments/PaymentRequestBillingAddressTest.java
+++ b/chrome/android/javatests/src/org/chromium/chrome/browser/payments/PaymentRequestBillingAddressTest.java
@@ -158,10 +158,9 @@ public class PaymentRequestBillingAddressTest extends PaymentRequestTestBase {
// option to add a new address.
assertEquals(5, getSpinnerItemCountInCardEditor(2));
- // TODO(crbug.com/666048): New billing address label is wrong.
// The fist suggestion should be the newly added address.
assertTrue(getSpinnerTextAtPositionInCardEditor(2, 0).equals(
- "Google, 340 Main St, Los Angeles, CA 90291, United States"));
+ "Seb Doe, 340 Main St, Los Angeles, CA 90291"));
// The rest of the billing address suggestions should be ordered by frecency.
assertTrue(getSpinnerTextAtPositionInCardEditor(2, 1).equals(

Powered by Google App Engine
This is Rietveld 408576698