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

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

Issue 2812523004: [Payments] update strings (Closed)
Patch Set: fix tests Created 3 years, 8 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
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"));
}

Powered by Google App Engine
This is Rietveld 408576698