Skip to content

Commit c62229f

Browse files
committed
MAGETWO-94052: CAPTCHA does not appear in "Log in" popup window
- Added sleep for MTF test
1 parent 4526732 commit c62229f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dev/tests/functional/tests/app/Magento/Checkout/Test/TestStep/SelectCheckoutMethodStep.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ private function processLogin()
107107
if ($this->checkoutMethod === 'login') {
108108
if ($this->checkoutOnepage->getAuthenticationPopupBlock()->isVisible()) {
109109
$this->checkoutOnepage->getAuthenticationPopupBlock()->loginCustomer($this->customer);
110+
sleep(5);
110111
$this->clickProceedToCheckoutStep->run();
111112
} else {
112113
$this->checkoutOnepage->getLoginBlock()->loginCustomer($this->customer);

0 commit comments

Comments
 (0)