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.
2 parents 593ed8e + 21828a6 commit 9ebd710Copy full SHA for 9ebd710
dev/tests/functional/tests/app/Magento/Checkout/Test/Block/Onepage/Payment/Method.php
@@ -110,6 +110,7 @@ public function clickPayWithPaypal()
110
*/
111
public function inContextPaypalCheckout()
112
{
113
+ $this->waitForElementNotVisible($this->waitElement);
114
$this->_rootElement->find($this->placeOrderButton)->click();
115
$this->browser->selectWindow();
116
$this->waitForFormLoaded();
0 commit comments