9 use Magento\Reports\Test\Page\Adminhtml\Statistics;
10 use Magento\Mtf\TestCase\Injectable;
11 use Magento\Mtf\TestStep\TestStepFactory;
73 $this->testStepFactory->create(
74 \
Magento\Config\Test\TestStep\SetupConfigurationStep::class,
79 $this->reportStatistics->open();
80 $this->reportStatistics->getGridBlock()->massaction([], $action,
true,
'Select All');
test($action, $configData)
__inject(TestStepFactory $testStepFactory, Statistics $reportStatistics)