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 4526732 commit c62229fCopy full SHA for c62229f
dev/tests/functional/tests/app/Magento/Checkout/Test/TestStep/SelectCheckoutMethodStep.php
@@ -107,6 +107,7 @@ private function processLogin()
107
if ($this->checkoutMethod === 'login') {
108
if ($this->checkoutOnepage->getAuthenticationPopupBlock()->isVisible()) {
109
$this->checkoutOnepage->getAuthenticationPopupBlock()->loginCustomer($this->customer);
110
+ sleep(5);
111
$this->clickProceedToCheckoutStep->run();
112
} else {
113
$this->checkoutOnepage->getLoginBlock()->loginCustomer($this->customer);
0 commit comments