| 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 9dce44020bfb14286d04bcb222f3ff0a490aa9ae..def45db44c481f7021d524f83ddb0180eaf8c232 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
|
| @@ -46,8 +46,8 @@ public class PaymentRequestIncompletePhoneTest extends PaymentRequestTestBase {
|
| public void testEditIncompletePhoneAndCancel()
|
| throws InterruptedException, ExecutionException, TimeoutException {
|
| triggerUIAndWait(mReadyForInput);
|
| - clickInContactInfoAndWait(R.id.payments_section, mReadyForInput);
|
| - clickInContactInfoAndWait(R.id.payments_first_radio_button, mReadyToEdit);
|
| + clickInPayerInfoAndWait(R.id.payments_section, mReadyForInput);
|
| + clickInPayerInfoAndWait(R.id.payments_first_radio_button, mReadyToEdit);
|
| setTextInEditorAndWait(new String[] {"---"}, mEditorTextUpdate);
|
| clickInEditorAndWait(R.id.payments_edit_done_button, mEditorValidationError);
|
| clickInEditorAndWait(R.id.payments_edit_cancel_button, mReadyForInput);
|
|
|