Skip to content

Commit ec68f34

Browse files
committed
Merge branch 'MQE-510' into sprint-develop
2 parents be85034 + 7e8951d commit ec68f34

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dev/tests/acceptance/RoboFile.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@ function buildProject()
4343
* @param array $opts
4444
* @return void
4545
*/
46-
function generateTests($opts = ['config' => null, 'env' => 'chrome'])
46+
function generateTests($opts = ['config' => null])
4747
{
4848
require 'tests'. DIRECTORY_SEPARATOR . 'functional' . DIRECTORY_SEPARATOR . '_bootstrap.php';
49-
\Magento\FunctionalTestingFramework\Util\TestGenerator::getInstance()->createAllCestFiles($opts['config'], $opts['env']);
49+
\Magento\FunctionalTestingFramework\Util\TestGenerator::getInstance()->createAllCestFiles($opts['config']);
5050
$this->say("Generate Tests Command Run");
5151
}
5252

0 commit comments

Comments
 (0)