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

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

Issue 2220713002: [Payments] Add Payment Request metrics for selected payment method. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed comments 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
Index: chrome/android/javatests/src/org/chromium/chrome/browser/payments/PaymentRequestPaymentAppAndCardsTest.java
diff --git a/chrome/android/javatests/src/org/chromium/chrome/browser/payments/PaymentRequestPaymentAppAndCardsTest.java b/chrome/android/javatests/src/org/chromium/chrome/browser/payments/PaymentRequestPaymentAppAndCardsTest.java
index 5a9b57f5ef4b88a955cd5f457a772122ac2f4f7c..e15af203a7fac2ed4fc26138b34d8bbe6025f6fe 100644
--- a/chrome/android/javatests/src/org/chromium/chrome/browser/payments/PaymentRequestPaymentAppAndCardsTest.java
+++ b/chrome/android/javatests/src/org/chromium/chrome/browser/payments/PaymentRequestPaymentAppAndCardsTest.java
@@ -93,7 +93,7 @@ public class PaymentRequestPaymentAppAndCardsTest extends PaymentRequestTestBase
// Check the labesl of the instruments.
int i = 0;
if (instrumentPresence == HAVE_INSTRUMENTS) {
- assertEquals("Bob Pay", getPaymentInstrumentLabel(i++));
+ assertEquals("Test Pay", getPaymentInstrumentLabel(i++));
}
// \u00A0\u22EF is a non-breaking space followed by a midline ellipsis.
assertEquals("Visa\u00A0\u22EF1111\nJon Doe", getPaymentInstrumentLabel(i++));

Powered by Google App Engine
This is Rietveld 408576698