| 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 7c4efe05b98269f5369c88f5dec9a9bf2d32ee68..5ce7257b93c9c8339a588e9a879bcc32375d6050 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
|
| @@ -321,8 +321,8 @@ public class PaymentRequestBillingAddressTest extends PaymentRequestTestBase {
|
| .endsWith("Name required"));
|
| assertTrue(getSpinnerTextAtPositionInCardEditor(BILLING_ADDRESS_DROPDOWN_INDEX,
|
| 5).endsWith("More information required"));
|
| - assertTrue(getSpinnerTextAtPositionInCardEditor(BILLING_ADDRESS_DROPDOWN_INDEX,
|
| - 6).endsWith("Invalid address"));
|
| + assertTrue(getSpinnerTextAtPositionInCardEditor(BILLING_ADDRESS_DROPDOWN_INDEX, 6)
|
| + .endsWith("Enter a valid address"));
|
|
|
| // Selects the fourth billing addresss that misses recipient name brings up the address
|
| // editor.
|
| @@ -356,8 +356,8 @@ public class PaymentRequestBillingAddressTest extends PaymentRequestTestBase {
|
| .endsWith("Name required"));
|
| assertTrue(getSpinnerTextAtPositionInCardEditor(BILLING_ADDRESS_DROPDOWN_INDEX,
|
| 5).endsWith("More information required"));
|
| - assertTrue(getSpinnerTextAtPositionInCardEditor(BILLING_ADDRESS_DROPDOWN_INDEX,
|
| - 6).endsWith("Invalid address"));
|
| + assertTrue(getSpinnerTextAtPositionInCardEditor(BILLING_ADDRESS_DROPDOWN_INDEX, 6)
|
| + .endsWith("Enter a valid address"));
|
|
|
| // Selects the fifth billing addresss that misses recipient name brings up the address
|
| // editor.
|
|
|