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 6794646 commit 39b1462Copy full SHA for 39b1462
dev/tests/functional/tests/app/Magento/Customer/Test/Block/Account/AuthenticationPopup.php
@@ -69,6 +69,7 @@ public function createAccount()
69
*/
70
public function loginCustomer(Customer $customer)
71
{
72
+ sleep(10);
73
$this->fill($customer);
74
$this->_rootElement->find($this->login)->click();
75
$this->waitForElementNotVisible($this->loadingMask);
0 commit comments