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 9f14314 + c669ae5 commit 4052cf6Copy full SHA for 4052cf6
dev/tests/functional/composer.json
@@ -4,7 +4,7 @@
4
},
5
"require": {
6
"php": "7.0.2|~7.0.6|~7.1.0",
7
- "magento/mtf": "1.0.0-rc59",
+ "magento/mtf": "2.2.x-dev",
8
"allure-framework/allure-phpunit": "~1.2.0",
9
"doctrine/annotations": "1.4.*",
10
"phpunit/phpunit": "~4.8.0|~5.5.0",
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