Index: chrome/android/javatests/src/org/chromium/chrome/browser/payments/PaymentRequestFreeShippingTest.java |
diff --git a/chrome/android/javatests/src/org/chromium/chrome/browser/payments/PaymentRequestFreeShippingTest.java b/chrome/android/javatests/src/org/chromium/chrome/browser/payments/PaymentRequestFreeShippingTest.java |
index 1f12a41ef97390ed32df729b07a85991cddebecd..4f6c710fc2c79807617c644fa9d2798f64ce9f14 100644 |
--- a/chrome/android/javatests/src/org/chromium/chrome/browser/payments/PaymentRequestFreeShippingTest.java |
+++ b/chrome/android/javatests/src/org/chromium/chrome/browser/payments/PaymentRequestFreeShippingTest.java |
@@ -78,7 +78,9 @@ public class PaymentRequestFreeShippingTest extends PaymentRequestTestBase { |
clickInShippingSummaryAndWait(R.id.payments_section, mReadyForInput); |
clickInShippingAddressAndWait(R.id.payments_add_option_button, mReadyToEdit); |
setTextInEditorAndWait(new String[] {"Bob", "Google", "1600 Amphitheatre Pkwy", |
- "Mountain View", "CA", "94043", "999-999-9999"}, mEditorTextUpdate); |
+ "Mountain View", "94043", "999-999-9999"}, |
+ mEditorTextUpdate); |
+ setSpinnerSelectionsInEditorAndWait(new int[] {US, CA}, mEditorTextUpdate); |
clickInEditorAndWait(R.id.payments_edit_done_button, mReadyToPay); |
clickAndWait(R.id.button_primary, mReadyForUnmaskInput); |
setTextInCardUnmaskDialogAndWait(R.id.card_unmask_input, "123", mReadyToUnmask); |