8 use Magento\Mtf\TestCase\Injectable;
9 use Magento\Backend\Test\Page\Adminhtml\Dashboard;
11 use Magento\Mtf\TestStep\TestStepFactory;
25 private $adminDashboardPage;
48 Dashboard $adminDashboardPage,
49 TestStepFactory $stepFactory
51 $this->adminDashboardPage = $adminDashboardPage;
52 $this->stepFactory = $stepFactory;
65 $this->configData = $configData;
69 $this->objectManager->create(
70 \
Magento\Config\Test\TestStep\SetupConfigurationStep::class,
71 [
'configData' => $this->configData]
76 $this->adminDashboardPage->open();
test(DeployMode $cli, $configData=null)
setDeployModeToDeveloper()
setDeployModeToProduction()
__inject(Dashboard $adminDashboardPage, TestStepFactory $stepFactory)