Index: chrome/android/javatests/src/org/chromium/chrome/browser/payments/PaymentRequestEmailTest.java |
diff --git a/chrome/android/javatests/src/org/chromium/chrome/browser/payments/PaymentRequestEmailTest.java b/chrome/android/javatests/src/org/chromium/chrome/browser/payments/PaymentRequestEmailTest.java |
index f9d8977d5119efc6fae1688e807a51bd1092dd1e..7288c75d1646e0d5fc27487cacd49e242c6fceb2 100644 |
--- a/chrome/android/javatests/src/org/chromium/chrome/browser/payments/PaymentRequestEmailTest.java |
+++ b/chrome/android/javatests/src/org/chromium/chrome/browser/payments/PaymentRequestEmailTest.java |
@@ -54,7 +54,7 @@ public class PaymentRequestEmailTest extends PaymentRequestTestBase { |
triggerUIAndWait(mReadyToPay); |
clickInContactInfoAndWait(R.id.payments_section, mReadyForInput); |
clickInContactInfoAndWait(R.id.payments_add_option_button, mReadyToEdit); |
- setTextInEditor(R.id.payments_edit_email_input, "jane.jones"); |
+ setTextInEditor(new String[] {"jane.jones"}); |
clickInEditorAndWait(R.id.payments_edit_done_button, mEditorValidationError); |
clickInEditorAndWait(R.id.payments_edit_cancel_button, mEditorDismissed); |
clickAndWait(R.id.close_button, mDismissed); |
@@ -68,7 +68,7 @@ public class PaymentRequestEmailTest extends PaymentRequestTestBase { |
triggerUIAndWait(mReadyToPay); |
clickInContactInfoAndWait(R.id.payments_section, mReadyForInput); |
clickInContactInfoAndWait(R.id.payments_add_option_button, mReadyToEdit); |
- setTextInEditor(R.id.payments_edit_email_input, "jane.jones@google.com"); |
+ setTextInEditor(new String[] {"jane.jones@google.com"}); |
clickInEditorAndWait(R.id.payments_edit_done_button, mReadyToPay); |
clickAndWait(R.id.button_primary, mReadyForUnmaskInput); |
setTextInCardUnmaskDialogAndWait(R.id.card_unmask_input, "123", mReadyToUnmask); |