Skip to content

Commit

Permalink
Merge pull request #2719 from magento-borg/DEVOPS-2632-2.3
Browse files Browse the repository at this point in the history
Fixed issues:
- DEVOPS-2632 Sample Data Builds Migrated from Bamboo
  • Loading branch information
slavvka authored Jun 22, 2018
2 parents 1a06f4a + 40ce12d commit 92b9a39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion dev/tests/functional/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
},
"require": {
"php": "~7.1.3||~7.2.0",
"magento/mtf": "1.0.0-rc60",
"magento/mtf": "1.0.0-rc61",
"allure-framework/allure-phpunit": "~1.2.0",
"doctrine/annotations": "1.4.*",
"phpunit/phpunit": "~6.5.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ public function createAccount()
*/
public function loginCustomer(Customer $customer)
{
sleep(10);
$this->fill($customer);
$this->_rootElement->find($this->login)->click();
$this->waitForElementNotVisible($this->loadingMask);
Expand Down

0 comments on commit 92b9a39

Please sign in to comment.