| Index: chrome/android/javatests/src/org/chromium/chrome/browser/payments/PaymentRequestDynamicShippingMultipleAddressesTest.java
|
| diff --git a/chrome/android/javatests/src/org/chromium/chrome/browser/payments/PaymentRequestDynamicShippingMultipleAddressesTest.java b/chrome/android/javatests/src/org/chromium/chrome/browser/payments/PaymentRequestDynamicShippingMultipleAddressesTest.java
|
| index d546bca64dd7bb736aba8ad53766245f52ac7d18..db9950d33b99b47ebfc436d34be88e8e89d4c060 100644
|
| --- a/chrome/android/javatests/src/org/chromium/chrome/browser/payments/PaymentRequestDynamicShippingMultipleAddressesTest.java
|
| +++ b/chrome/android/javatests/src/org/chromium/chrome/browser/payments/PaymentRequestDynamicShippingMultipleAddressesTest.java
|
| @@ -204,7 +204,7 @@ public class PaymentRequestDynamicShippingMultipleAddressesTest extends PaymentR
|
|
|
| assertEquals(4, getNumberOfShippingAddressSuggestions());
|
| assertTrue(getShippingAddressSuggestionLabel(0).contains("Phone number required"));
|
| - assertTrue(getShippingAddressSuggestionLabel(1).contains("Invalid address"));
|
| + assertTrue(getShippingAddressSuggestionLabel(1).contains("Enter a valid address"));
|
| assertTrue(getShippingAddressSuggestionLabel(2).contains("Name required"));
|
| assertTrue(getShippingAddressSuggestionLabel(3).contains("More information required"));
|
| }
|
|
|