Skip to content

Commit 92b9a39

Browse files
authored
Merge pull request #2719 from magento-borg/DEVOPS-2632-2.3
Fixed issues: - DEVOPS-2632 Sample Data Builds Migrated from Bamboo
2 parents 1a06f4a + 40ce12d commit 92b9a39

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.1.3||~7.2.0",
7-
"magento/mtf": "1.0.0-rc60",
7+
"magento/mtf": "1.0.0-rc61",
88
"allure-framework/allure-phpunit": "~1.2.0",
99
"doctrine/annotations": "1.4.*",
1010
"phpunit/phpunit": "~6.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)