| 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 ac894aa379d411bc73ef79e0b05e0625d6b9196c..0acd93fba22ff2035c967a8dbee5eaf308fe3a0f 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
|
| @@ -46,8 +46,10 @@ public class PaymentRequestBillingAddressTest extends PaymentRequestTestBase {
|
| setTextInCardEditorAndWait(new String[] {"5454-5454-5454-5454", "Bob"}, mEditorTextUpdate);
|
| setSpinnerSelectionsInCardEditorAndWait(new int[] {11, 1, 0},
|
| mBillingAddressChangeProcessed);
|
| + // The billing address suggestions should include only the name, address, city, state and
|
| + // zip code of the profile.
|
| assertTrue(getSpinnerSelectionTextInCardEditor(2).equals(
|
| - "Jon Doe, Google, 340 Main St, Los Angeles, CA 90291, United States"));
|
| + "Jon Doe, 340 Main St, Los Angeles, CA 90291"));
|
| }
|
|
|
| /**
|
|
|