| 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 64cf4d6aa966b359a7bc3251614d320a210a9ddb..0ee19c748b56e51073f69f81fbaa66119d034112 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
|
| @@ -191,7 +191,7 @@ public class PaymentRequestBillingAddressTest extends PaymentRequestTestBase {
|
| triggerUIAndWait(mReadyToPay);
|
| // Edit the second card.
|
| clickInPaymentMethodAndWait(R.id.payments_section, mReadyForInput);
|
| - clickOnPaymentMethodSuggestionOptionAndWait(1, mReadyForInput);
|
| + clickOnPaymentMethodSuggestionOptionAndWait(1, mReadyToEdit);
|
|
|
| // Now in Card Editor to add a billing address. "Select" is selected in the dropdown.
|
| assertTrue(getSpinnerSelectionTextInCardEditor(BILLING_ADDRESS_DROPDOWN_INDEX)
|
| @@ -311,7 +311,7 @@ public class PaymentRequestBillingAddressTest extends PaymentRequestTestBase {
|
| triggerUIAndWait(mReadyToPay);
|
| // Edit the second card.
|
| clickInPaymentMethodAndWait(R.id.payments_section, mReadyForInput);
|
| - clickOnPaymentMethodSuggestionOptionAndWait(1, mReadyForInput);
|
| + clickOnPaymentMethodSuggestionOptionAndWait(1, mReadyToEdit);
|
|
|
| // Now "Select" is selected in the dropdown.
|
| assertTrue(getSpinnerSelectionTextInCardEditor(BILLING_ADDRESS_DROPDOWN_INDEX)
|
|
|