| Index: chrome/android/javatests/src/org/chromium/chrome/browser/payments/PaymentRequestNoShippingTest.java
|
| diff --git a/chrome/android/javatests/src/org/chromium/chrome/browser/payments/PaymentRequestNoShippingTest.java b/chrome/android/javatests/src/org/chromium/chrome/browser/payments/PaymentRequestNoShippingTest.java
|
| index 284a17800c3199a0f34d76679852786724b01dec..8fee09c76d5e7123863176010ea7ebf5c248fa1b 100644
|
| --- a/chrome/android/javatests/src/org/chromium/chrome/browser/payments/PaymentRequestNoShippingTest.java
|
| +++ b/chrome/android/javatests/src/org/chromium/chrome/browser/payments/PaymentRequestNoShippingTest.java
|
| @@ -183,7 +183,9 @@ public class PaymentRequestNoShippingTest extends PaymentRequestTestBase {
|
| 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, mReadyToEdit);
|
|
|
| clickInCardEditorAndWait(R.id.payments_edit_done_button, mReadyToPay);
|
|
|