| Index: chrome/android/javatests/src/org/chromium/chrome/browser/payments/PaymentRequestIncompletePhoneTest.java
|
| diff --git a/chrome/android/javatests/src/org/chromium/chrome/browser/payments/PaymentRequestIncompletePhoneTest.java b/chrome/android/javatests/src/org/chromium/chrome/browser/payments/PaymentRequestIncompletePhoneTest.java
|
| index 126da29630092bf64436fbf3fa70e25ec1cdb781..d251b88c104f0abb0a2cc1ee224230817cc072a1 100644
|
| --- a/chrome/android/javatests/src/org/chromium/chrome/browser/payments/PaymentRequestIncompletePhoneTest.java
|
| +++ b/chrome/android/javatests/src/org/chromium/chrome/browser/payments/PaymentRequestIncompletePhoneTest.java
|
| @@ -45,7 +45,7 @@ public class PaymentRequestIncompletePhoneTest extends PaymentRequestTestBase {
|
| triggerUIAndWait(mReadyForInput);
|
| clickInContactInfoAndWait(R.id.payments_section, mReadyForInput);
|
| clickInContactInfoAndWait(R.id.payments_first_radio_button, mReadyToEdit);
|
| - setTextInEditor(R.id.payments_edit_phone_input, "---");
|
| + setTextInEditorAndWait(R.id.payments_edit_phone_input, "---", mEditorTextUpdate);
|
| clickInEditorAndWait(R.id.payments_edit_done_button, mEditorValidationError);
|
| clickInEditorAndWait(R.id.payments_edit_cancel_button, mReadyToClose);
|
| clickAndWait(R.id.close_button, mDismissed);
|
| @@ -59,7 +59,7 @@ public class PaymentRequestIncompletePhoneTest extends PaymentRequestTestBase {
|
| triggerUIAndWait(mReadyForInput);
|
| clickInContactInfoAndWait(R.id.payments_section, mReadyForInput);
|
| clickInContactInfoAndWait(R.id.payments_first_radio_button, mReadyToEdit);
|
| - setTextInEditor(R.id.payments_edit_phone_input, "555-555-5555");
|
| + setTextInEditorAndWait(R.id.payments_edit_phone_input, "555-555-5555", mEditorTextUpdate);
|
| clickInEditorAndWait(R.id.payments_edit_done_button, mReadyToPay);
|
| clickAndWait(R.id.button_primary, mReadyForUnmaskInput);
|
| setTextInCardUnmaskDialogAndWait(R.id.card_unmask_input, "123", mReadyToUnmask);
|
|
|