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

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

Issue 2670853002: [Payments] Animates EditorView in and out (Closed)
Patch Set: format Created 3 years, 10 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 | « chrome/android/java/src/org/chromium/chrome/browser/payments/ui/PaymentRequestUI.java ('k') | 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/PaymentRequestBillingAddressTest.java
diff --git a/chrome/android/javatests/src/org/chromium/chrome/browser/payments/PaymentRequestBillingAddressTest.java b/chrome/android/javatests/src/org/chromium/chrome/browser/payments/PaymentRequestBillingAddressTest.java
index 64cf4d6aa966b359a7bc3251614d320a210a9ddb..0ee19c748b56e51073f69f81fbaa66119d034112 100644
--- a/chrome/android/javatests/src/org/chromium/chrome/browser/payments/PaymentRequestBillingAddressTest.java
+++ b/chrome/android/javatests/src/org/chromium/chrome/browser/payments/PaymentRequestBillingAddressTest.java
@@ -191,7 +191,7 @@ public class PaymentRequestBillingAddressTest extends PaymentRequestTestBase {
triggerUIAndWait(mReadyToPay);
// Edit the second card.
clickInPaymentMethodAndWait(R.id.payments_section, mReadyForInput);
- clickOnPaymentMethodSuggestionOptionAndWait(1, mReadyForInput);
+ clickOnPaymentMethodSuggestionOptionAndWait(1, mReadyToEdit);
// Now in Card Editor to add a billing address. "Select" is selected in the dropdown.
assertTrue(getSpinnerSelectionTextInCardEditor(BILLING_ADDRESS_DROPDOWN_INDEX)
@@ -311,7 +311,7 @@ public class PaymentRequestBillingAddressTest extends PaymentRequestTestBase {
triggerUIAndWait(mReadyToPay);
// Edit the second card.
clickInPaymentMethodAndWait(R.id.payments_section, mReadyForInput);
- clickOnPaymentMethodSuggestionOptionAndWait(1, mReadyForInput);
+ clickOnPaymentMethodSuggestionOptionAndWait(1, mReadyToEdit);
// Now "Select" is selected in the dropdown.
assertTrue(getSpinnerSelectionTextInCardEditor(BILLING_ADDRESS_DROPDOWN_INDEX)
« no previous file with comments | « chrome/android/java/src/org/chromium/chrome/browser/payments/ui/PaymentRequestUI.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698