Skip to content

Commit 4052cf6

Browse files
authored
Merge pull request magento#2747 from magento-borg/DEVOPS-2632-2.2
Fixed issues: - DEVOPS-2632 Sample Data Builds Migrated from Bamboo
2 parents 9f14314 + c669ae5 commit 4052cf6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

dev/tests/functional/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
},
55
"require": {
66
"php": "7.0.2|~7.0.6|~7.1.0",
7-
"magento/mtf": "1.0.0-rc59",
7+
"magento/mtf": "2.2.x-dev",
88
"allure-framework/allure-phpunit": "~1.2.0",
99
"doctrine/annotations": "1.4.*",
1010
"phpunit/phpunit": "~4.8.0|~5.5.0",

dev/tests/functional/tests/app/Magento/Customer/Test/Block/Account/AuthenticationPopup.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ public function createAccount()
6969
*/
7070
public function loginCustomer(Customer $customer)
7171
{
72+
sleep(10);
7273
$this->fill($customer);
7374
$this->_rootElement->find($this->login)->click();
7475
$this->waitForElementNotVisible($this->loadingMask);

0 commit comments

Comments
 (0)