Skip to content

Commit 8d7d96d

Browse files
committed
MAGETWO-52478: CreateOnlineCreditMemoBraintreePaypalTest is failing on closing popup window
- CR changes
1 parent 75320e3 commit 8d7d96d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dev/tests/functional/tests/app/Magento/Braintree/Test/TestStep/CheckoutWithPaypalFromCartStep.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ public function __construct(CheckoutCart $checkoutCart)
3737
public function run()
3838
{
3939
$this->checkoutCart->open();
40+
$this->checkoutCart->getCartBlock()->waitCartContainerLoading();
4041
$currentWindow = $this->checkoutCart->getCartBlock()
4142
->braintreePaypalCheckout();
4243
$this->checkoutCart->getBraintreePaypalBlock()->process($currentWindow);

0 commit comments

Comments
 (0)