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

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

Issue 2462473002: [Payments] Don't show select when clicking in billing address drop. (Closed)
Patch Set: Addressed comments Created 4 years, 1 month 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
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 ab9fdcbc185b6e7786c0bec61a3a6fc73c2954a7..8ef111f294efbb33dda92155eff01f2acc45f622 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
@@ -25,7 +25,7 @@ import java.util.concurrent.TimeoutException;
public class PaymentRequestNoShippingTest extends PaymentRequestTestBase {
private static final int DECEMBER = 11;
private static final int NEXT_YEAR = 1;
- private static final int FIRST_BILLING_ADDRESS = 1;
+ private static final int FIRST_BILLING_ADDRESS = 0;
public PaymentRequestNoShippingTest() {
super("payment_request_no_shipping_test.html");
@@ -186,7 +186,7 @@ public class PaymentRequestNoShippingTest extends PaymentRequestTestBase {
// dropdown.
int december = 11;
int nextYear = 1;
- int addBillingAddress = 2;
+ int addBillingAddress = 1;
setSpinnerSelectionsInCardEditorAndWait(new int[] {december, nextYear, addBillingAddress},
mReadyToEdit);

Powered by Google App Engine
This is Rietveld 408576698