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

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

Issue 1957033002: Remove test for cancelling CVC prompt. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 | no next file » | 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/PaymentRequestNoShippingTest.java
diff --git a/chrome/android/javatests/src/org/chromium/chrome/browser/payments/PaymentRequestNoShippingTest.java b/chrome/android/javatests/src/org/chromium/chrome/browser/payments/PaymentRequestNoShippingTest.java
index 0ce5eea96f8d667b7d3b9034e4f1479a53847c68..be7a627dc606c4274704b150251f7f117e30da39 100644
--- a/chrome/android/javatests/src/org/chromium/chrome/browser/payments/PaymentRequestNoShippingTest.java
+++ b/chrome/android/javatests/src/org/chromium/chrome/browser/payments/PaymentRequestNoShippingTest.java
@@ -53,13 +53,4 @@ public class PaymentRequestNoShippingTest extends PaymentRequestTestBase {
clickAndWait(R.id.button_secondary, mDismissed);
expectResultContains(new String[] {"Request cancelled"});
}
-
- @MediumTest
- public void testPayAndCancelDialog() throws InterruptedException, ExecutionException,
- TimeoutException {
- triggerUIAndWait(mReadyToPay);
- clickAndWait(R.id.button_primary, mReadyToUnmask);
- cancelCardUnmaskDialogAndWait(mReadyToUnmask.getTarget(), mDismissed);
- expectResultContains(new String[] {"Request cancelled"});
- }
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698