8 use Magento\Backend\Test\Page\Adminhtml\Dashboard;
9 use Magento\Backend\Test\Page\Adminhtml\SystemConfigEdit;
10 use Magento\Mtf\TestStep\TestStepInterface;
31 private $systemConfigPage;
37 public function __construct(Dashboard $dashboard, SystemConfigEdit $systemConfigPage)
39 $this->dashboard = $dashboard;
40 $this->systemConfigPage = $systemConfigPage;
50 $this->dashboard->open();
51 $this->dashboard->getMenuBlock()->navigate(
'Stores > Configuration');
52 $this->systemConfigPage->getForm()->getGroup(
'analytics',
'general');
__construct(Dashboard $dashboard, SystemConfigEdit $systemConfigPage)