Home
last modified time | relevance | path

Searched refs:openPageAndClickBuyAndWait (Results 1 – 12 of 12) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/javatests/src/org/chromium/chrome/browser/payments/
H A DPaymentRequestPaymentAppTest.java47 mPaymentRequestTestRule.openPageAndClickBuyAndWait(mPaymentRequestTestRule.getShowFailed()); in testNoSupportedPaymentMethods()
62 mPaymentRequestTestRule.openPageAndClickBuyAndWait(mPaymentRequestTestRule.getShowFailed()); in testNoAppsInFastBobPayFactory()
77 mPaymentRequestTestRule.openPageAndClickBuyAndWait(mPaymentRequestTestRule.getShowFailed()); in testNoAppsInSlowBobPayFactory()
126 mPaymentRequestTestRule.openPageAndClickBuyAndWait(mPaymentRequestTestRule.getDismissed()); in testPayViaFastBobPayFactory()
141 mPaymentRequestTestRule.openPageAndClickBuyAndWait(mPaymentRequestTestRule.getDismissed()); in testPayViaSlowBobPayFactory()
156 mPaymentRequestTestRule.openPageAndClickBuyAndWait(mPaymentRequestTestRule.getDismissed()); in testPayViaDelayedFastBobPay()
171 mPaymentRequestTestRule.openPageAndClickBuyAndWait(mPaymentRequestTestRule.getDismissed()); in testPayViaDelayedSlowBobPay()
H A DPaymentRequestCanMakePaymentQueryTest.java56 mPaymentRequestTestRule.openPageAndClickBuyAndWait( in testNoBobPayInstalled()
67 mPaymentRequestTestRule.openPageAndClickBuyAndWait( in testNoAppsInFastBobPayFactory()
78 mPaymentRequestTestRule.openPageAndClickBuyAndWait( in testNoAppsInSlowBobPayFactory()
89 mPaymentRequestTestRule.openPageAndClickBuyAndWait( in testPayWithFastBobPayFactory()
100 mPaymentRequestTestRule.openPageAndClickBuyAndWait( in testPayWithSlowBobPayFactory()
H A DPaymentRequestCanMakePaymentQueryNoCardTest.java56 mPaymentRequestTestRule.openPageAndClickBuyAndWait( in testNoBobPayFactory()
71 mPaymentRequestTestRule.openPageAndClickBuyAndWait( in testNoAppInFastBobPayInFactory()
86 mPaymentRequestTestRule.openPageAndClickBuyAndWait( in testNoAppsInSlowBobPayFactory()
101 mPaymentRequestTestRule.openPageAndClickBuyAndWait( in testPayWithFastBobPayFactory()
112 mPaymentRequestTestRule.openPageAndClickBuyAndWait( in testPayWithSlowBobPayFactory()
H A DPaymentRequestPaymentAppUiSkipPreloadTest.java60 mPaymentRequestTestRule.openPageAndClickBuyAndWait(mPaymentRequestTestRule.getDismissed()); in testPayViaFastBobPay()
75 mPaymentRequestTestRule.openPageAndClickBuyAndWait(mPaymentRequestTestRule.getDismissed()); in testPayViaSlowBobPay()
90 mPaymentRequestTestRule.openPageAndClickBuyAndWait(mPaymentRequestTestRule.getDismissed()); in testPayViaDelayedFastBobPay()
105 mPaymentRequestTestRule.openPageAndClickBuyAndWait(mPaymentRequestTestRule.getDismissed()); in testPayViaDelayedSlowBobPay()
H A DPaymentRequestPaymentAppUiSkipTest.java71 mPaymentRequestTestRule.openPageAndClickBuyAndWait(mPaymentRequestTestRule.getDismissed()); in testPayViaFastBobPay()
86 mPaymentRequestTestRule.openPageAndClickBuyAndWait(mPaymentRequestTestRule.getDismissed()); in testPayViaSlowBobPay()
101 mPaymentRequestTestRule.openPageAndClickBuyAndWait(mPaymentRequestTestRule.getDismissed()); in testPayViaDelayedFastBobPay()
116 mPaymentRequestTestRule.openPageAndClickBuyAndWait(mPaymentRequestTestRule.getDismissed()); in testPayViaDelayedSlowBobPay()
H A DPaymentRequestCanMakePaymentGooglePayTest.java64 mPaymentRequestTestRule.openPageAndClickBuyAndWait( in testGooglePayServerCardsAllowed()
79 mPaymentRequestTestRule.openPageAndClickBuyAndWait( in testGooglePayServerCardsNotAllowed()
H A DPaymentRequestServiceWorkerExpandablePaymentHandlerTest.java142 mPaymentRequestTestRule.openPageAndClickBuyAndWait(mPaymentRequestTestRule.getShowFailed()); in testNoSupportedPaymentMethods()
156 mPaymentRequestTestRule.openPageAndClickBuyAndWait(mPaymentRequestTestRule.getDismissed()); in testHasSupportedPaymentMethods()
187 mPaymentRequestTestRule.openPageAndClickBuyAndWait(mPaymentRequestTestRule.getDismissed()); in testCanPreselect()
H A DPaymentRequestServiceWorkerPaymentAppTest.java142 mPaymentRequestTestRule.openPageAndClickBuyAndWait(mPaymentRequestTestRule.getShowFailed()); in testNoSupportedPaymentMethods()
156 mPaymentRequestTestRule.openPageAndClickBuyAndWait(mPaymentRequestTestRule.getDismissed()); in testHasSupportedPaymentMethods()
187 mPaymentRequestTestRule.openPageAndClickBuyAndWait(mPaymentRequestTestRule.getDismissed()); in testCanPreselect()
H A DPaymentRequestCcCanMakePaymentQueryTest.java60 mPaymentRequestTestRule.openPageAndClickBuyAndWait( in testCanMakePayment()
104 mPaymentRequestTestRule.openPageAndClickBuyAndWait( in testCanMakePaymentDisabled()
H A DPaymentRequestModifierTest.java37 mPaymentRequestTestRule.openPageAndClickBuyAndWait(mPaymentRequestTestRule.getShowFailed()); in testNoCrash()
H A DPaymentRequestCcCanMakePaymentQueryNoCardTest.java48 mPaymentRequestTestRule.openPageAndClickBuyAndWait( in testCanMakePayment()
H A DPaymentRequestTestRule.java356 protected void openPageAndClickBuyAndWait(CallbackHelper helper) throws TimeoutException { in openPageAndClickBuyAndWait() method in PaymentRequestTestRule