We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75320e3 commit 8d7d96dCopy full SHA for 8d7d96d
dev/tests/functional/tests/app/Magento/Braintree/Test/TestStep/CheckoutWithPaypalFromCartStep.php
@@ -37,6 +37,7 @@ public function __construct(CheckoutCart $checkoutCart)
37
public function run()
38
{
39
$this->checkoutCart->open();
40
+ $this->checkoutCart->getCartBlock()->waitCartContainerLoading();
41
$currentWindow = $this->checkoutCart->getCartBlock()
42
->braintreePaypalCheckout();
43
$this->checkoutCart->getBraintreePaypalBlock()->process($currentWindow);
0 commit comments