8 use Magento\Mtf\TestStep\TestStepInterface;
9 use Magento\Checkout\Test\Page\CheckoutCart;
39 $this->checkoutCart->open();
40 $this->checkoutCart->getTotalsBlock()->waitForShippingPriceBlock();
41 $this->checkoutCart->getTotalsBlock()->waitForUpdatedTotals();
42 $currentWindow = $this->checkoutCart->getCartBlock()
43 ->braintreePaypalCheckout();
44 $this->checkoutCart->getBraintreePaypalBlock()->process($currentWindow);
__construct(CheckoutCart $checkoutCart)