| Index: chrome/android/javatests/src/org/chromium/chrome/browser/payments/PaymentRequestIncompleteContactDetailsTest.java
|
| diff --git a/chrome/android/javatests/src/org/chromium/chrome/browser/payments/PaymentRequestIncompleteContactDetailsTest.java b/chrome/android/javatests/src/org/chromium/chrome/browser/payments/PaymentRequestIncompleteContactDetailsTest.java
|
| index fb4890bda38ff884be2e4ca608b663f70f48a1f1..5ac9f6eca77dc80cee69b9937a738dee79856526 100644
|
| --- a/chrome/android/javatests/src/org/chromium/chrome/browser/payments/PaymentRequestIncompleteContactDetailsTest.java
|
| +++ b/chrome/android/javatests/src/org/chromium/chrome/browser/payments/PaymentRequestIncompleteContactDetailsTest.java
|
| @@ -7,6 +7,7 @@ package org.chromium.chrome.browser.payments;
|
| import android.content.DialogInterface;
|
| import android.test.suitebuilder.annotation.MediumTest;
|
|
|
| +import org.chromium.base.test.util.Feature;
|
| import org.chromium.chrome.R;
|
| import org.chromium.chrome.browser.autofill.AutofillTestHelper;
|
| import org.chromium.chrome.browser.autofill.PersonalDataManager.AutofillProfile;
|
| @@ -40,6 +41,7 @@ public class PaymentRequestIncompleteContactDetailsTest extends PaymentRequestTe
|
|
|
| /** Attempt to update the contact information with invalid data and cancel the transaction. */
|
| @MediumTest
|
| + @Feature({"Payments"})
|
| public void testEditIncompleteContactAndCancel()
|
| throws InterruptedException, ExecutionException, TimeoutException {
|
| triggerUIAndWait(mReadyForInput);
|
| @@ -54,6 +56,7 @@ public class PaymentRequestIncompleteContactDetailsTest extends PaymentRequestTe
|
|
|
| /** Update the contact information with valid data and provide that to the merchant. */
|
| @MediumTest
|
| + @Feature({"Payments"})
|
| public void testEditIncompleteContactAndPay()
|
| throws InterruptedException, ExecutionException, TimeoutException {
|
| triggerUIAndWait(mReadyForInput);
|
|
|