| 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 71c3fb060bdb6bbc5d2d5f92d170866d6d7be0cf..6f87d7fbb634aa9076f32a909f8f49f4c1b9b1a9 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
|
| @@ -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 PaymentRequestIncompleteEmailTest extends PaymentRequestTestBase {
|
|
|
| /** Attempt to update the email with invalid data and cancel the transaction. */
|
| @MediumTest
|
| + @Feature({"Payments"})
|
| public void testEditIncompleteEmailAndCancel()
|
| throws InterruptedException, ExecutionException, TimeoutException {
|
| triggerUIAndWait(mReadyForInput);
|
| @@ -54,6 +56,7 @@ public class PaymentRequestIncompleteEmailTest extends PaymentRequestTestBase {
|
|
|
| /** Update the email with valid data and provide that to the merchant. */
|
| @MediumTest
|
| + @Feature({"Payments"})
|
| public void testEditIncompleteEmailAndPay()
|
| throws InterruptedException, ExecutionException, TimeoutException {
|
| triggerUIAndWait(mReadyForInput);
|
|
|