| Index: chrome/android/javatests/src/org/chromium/chrome/browser/payments/PaymentRequestDynamicShippingMultipleAddressesTest.java
|
| diff --git a/chrome/android/javatests/src/org/chromium/chrome/browser/payments/PaymentRequestDynamicShippingMultipleAddressesTest.java b/chrome/android/javatests/src/org/chromium/chrome/browser/payments/PaymentRequestDynamicShippingMultipleAddressesTest.java
|
| index 5ab509851ab0c53b170031517a7dd91c78246b02..da46952d6519db5b6aab5908c77c5bea402ec7ab 100644
|
| --- a/chrome/android/javatests/src/org/chromium/chrome/browser/payments/PaymentRequestDynamicShippingMultipleAddressesTest.java
|
| +++ b/chrome/android/javatests/src/org/chromium/chrome/browser/payments/PaymentRequestDynamicShippingMultipleAddressesTest.java
|
| @@ -6,6 +6,7 @@ package org.chromium.chrome.browser.payments;
|
|
|
| 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;
|
| @@ -78,6 +79,7 @@ public class PaymentRequestDynamicShippingMultipleAddressesTest extends PaymentR
|
| * suggested first.
|
| */
|
| @MediumTest
|
| + @Feature({"Payments"})
|
| public void testShippingAddressSuggestionOrdering()
|
| throws InterruptedException, ExecutionException, TimeoutException {
|
| // Create a bunch of profiles, some complete, some incomplete. Values are set so that the
|
| @@ -102,6 +104,7 @@ public class PaymentRequestDynamicShippingMultipleAddressesTest extends PaymentR
|
| * to show an error.
|
| */
|
| @MediumTest
|
| + @Feature({"Payments"})
|
| public void testShippingAddresNotAcceptedByMerchant()
|
| throws InterruptedException, ExecutionException, TimeoutException {
|
| // Add a profile that is not accepted by the website.
|
|
|