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 f51164a commit 8353229Copy full SHA for 8353229
dev/tests/functional/tests/app/Magento/Checkout/Test/Block/Cart/Sidebar.php
@@ -131,9 +131,11 @@ public function clickBraintreePaypalButton()
131
$this->_rootElement->find($this->braintreePaypalCheckoutButton)
132
->click();
133
$browser = $this->browser;
134
- $this->browser->waitUntil(function () use ($browser, $windowsCount) {
135
- return count($browser->getWindowHandles()) === ($windowsCount + 1) ? true: null;
136
- });
+ $this->browser->waitUntil(
+ function () use ($browser, $windowsCount) {
+ return count($browser->getWindowHandles()) === ($windowsCount + 1) ? true: null;
137
+ }
138
+ );
139
}
140
141
/**
0 commit comments