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 8c85bf5 commit 1501aaeCopy full SHA for 1501aae
dev/tests/functional/tests/app/Magento/Customer/Test/Block/Account/AuthenticationPopup.php
@@ -72,7 +72,7 @@ public function loginCustomer(Customer $customer)
72
sleep(10);
73
$this->fill($customer);
74
$this->_rootElement->find($this->login)->click();
75
- $this->waitForElementNotVisible($this->loadingMask);
76
+ $this->waitForElementNotVisible($this->loadingMask);
77
}
78
0 commit comments