| Index: chrome/android/javatests/src/org/chromium/chrome/browser/payments/PaymentRequestPaymentAppTest.java
|
| diff --git a/chrome/android/javatests/src/org/chromium/chrome/browser/payments/PaymentRequestPaymentAppTest.java b/chrome/android/javatests/src/org/chromium/chrome/browser/payments/PaymentRequestPaymentAppTest.java
|
| index 7312837d881830573f9e4d6ddc29626f268a73f6..b17d7e2905810025d81b0a5c483d38f969af24e7 100644
|
| --- a/chrome/android/javatests/src/org/chromium/chrome/browser/payments/PaymentRequestPaymentAppTest.java
|
| +++ b/chrome/android/javatests/src/org/chromium/chrome/browser/payments/PaymentRequestPaymentAppTest.java
|
| @@ -66,7 +66,7 @@ public class PaymentRequestPaymentAppTest extends PaymentRequestTestBase {
|
| @MediumTest
|
| public void testPaymentWithInstrumentsAppResponseAfterDismissShouldNotCrash()
|
| throws InterruptedException, ExecutionException, TimeoutException {
|
| - final BobPay app = installPaymentApp(HAVE_INSTRUMENTS, IMMEDIATE_RESPONSE);
|
| + final TestPay app = installPaymentApp(HAVE_INSTRUMENTS, IMMEDIATE_RESPONSE);
|
| triggerUIAndWait(mReadyForInput);
|
| clickAndWait(R.id.close_button, mDismissed);
|
| ThreadUtils.runOnUiThreadBlocking(new Runnable() {
|
| @@ -84,7 +84,7 @@ public class PaymentRequestPaymentAppTest extends PaymentRequestTestBase {
|
| @MediumTest
|
| public void testPaymentAppNoInstrumentsResponseAfterDismissShouldNotCrash()
|
| throws InterruptedException, ExecutionException, TimeoutException {
|
| - final BobPay app = installPaymentApp(NO_INSTRUMENTS, IMMEDIATE_RESPONSE);
|
| + final TestPay app = installPaymentApp(NO_INSTRUMENTS, IMMEDIATE_RESPONSE);
|
| triggerUIAndWait(mShowFailed);
|
| ThreadUtils.runOnUiThreadBlocking(new Runnable() {
|
| @Override
|
|
|