| Index: chrome/android/javatests/src/org/chromium/chrome/browser/payments/PaymentRequestIncompleteEmailTest.java
|
| diff --git a/chrome/android/javatests/src/org/chromium/chrome/browser/payments/PaymentRequestIncompleteEmailTest.java b/chrome/android/javatests/src/org/chromium/chrome/browser/payments/PaymentRequestIncompleteEmailTest.java
|
| index 5f477e530aaec273a6609aa3172779b3eee85a81..8b57adff68b6b36522d859b9f6c39c4fa1b5b8a7 100644
|
| --- a/chrome/android/javatests/src/org/chromium/chrome/browser/payments/PaymentRequestIncompleteEmailTest.java
|
| +++ b/chrome/android/javatests/src/org/chromium/chrome/browser/payments/PaymentRequestIncompleteEmailTest.java
|
| @@ -45,7 +45,7 @@ public class PaymentRequestIncompleteEmailTest extends PaymentRequestTestBase {
|
| triggerUIAndWait(mReadyForInput);
|
| clickInContactInfoAndWait(R.id.payments_section, mReadyForInput);
|
| clickInContactInfoAndWait(R.id.payments_first_radio_button, mReadyToEdit);
|
| - setTextInEditor(R.id.payments_edit_email_input, "gmail.com");
|
| + setTextInEditorAndWait(R.id.payments_edit_email_input, "gmail.com", 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,8 @@ public class PaymentRequestIncompleteEmailTest extends PaymentRequestTestBase {
|
| triggerUIAndWait(mReadyForInput);
|
| clickInContactInfoAndWait(R.id.payments_section, mReadyForInput);
|
| clickInContactInfoAndWait(R.id.payments_first_radio_button, mReadyToEdit);
|
| - setTextInEditor(R.id.payments_edit_email_input, "jon.doe@google.com");
|
| + setTextInEditorAndWait(R.id.payments_edit_email_input, "jon.doe@google.com",
|
| + mEditorTextUpdate);
|
| clickInEditorAndWait(R.id.payments_edit_done_button, mReadyToPay);
|
| clickAndWait(R.id.button_primary, mReadyForUnmaskInput);
|
| setTextInCardUnmaskDialogAndWait(R.id.card_unmask_input, "123", mReadyToUnmask);
|
|
|