Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2998)

Unified Diff: chrome/android/javatests/src/org/chromium/chrome/browser/payments/PaymentRequestAbortTest.java

Issue 2258693002: Add Feature tag to all Payments tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/android/javatests/src/org/chromium/chrome/browser/payments/PaymentRequestContactDetailsAndFreeShippingTest.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/javatests/src/org/chromium/chrome/browser/payments/PaymentRequestAbortTest.java
diff --git a/chrome/android/javatests/src/org/chromium/chrome/browser/payments/PaymentRequestAbortTest.java b/chrome/android/javatests/src/org/chromium/chrome/browser/payments/PaymentRequestAbortTest.java
index ad66e2e71111aa6e25cfaca80d2b349f7aa38f62..d29e1859044ed01e8fcf048544fcc641cdd405c2 100644
--- a/chrome/android/javatests/src/org/chromium/chrome/browser/payments/PaymentRequestAbortTest.java
+++ b/chrome/android/javatests/src/org/chromium/chrome/browser/payments/PaymentRequestAbortTest.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;
@@ -37,6 +38,7 @@ public class PaymentRequestAbortTest extends PaymentRequestTestBase {
/** If the user has not clicked "Pay" yet, then merchant's abort will succeed. */
@MediumTest
+ @Feature({"Payments"})
public void testAbortBeforePayClicked() throws InterruptedException, ExecutionException,
TimeoutException {
triggerUIAndWait(mReadyToPay);
@@ -46,6 +48,7 @@ public class PaymentRequestAbortTest extends PaymentRequestTestBase {
/** If the user has already clicked the "Pay" button, then merchant won't be able to abort. */
@MediumTest
+ @Feature({"Payments"})
public void testAbortWhileUnmaskingCard() throws InterruptedException, ExecutionException,
TimeoutException {
triggerUIAndWait(mReadyToPay);
« no previous file with comments | « no previous file | chrome/android/javatests/src/org/chromium/chrome/browser/payments/PaymentRequestContactDetailsAndFreeShippingTest.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698