9 use Magento\Backend\Test\Page\Adminhtml\StoreIndex;
10 use Magento\Backend\Test\Page\Adminhtml\StoreNew;
12 use Magento\Mtf\TestCase\Injectable;
37 const TEST_TYPE =
'acceptance_test, extended_acceptance_test';
77 $this->storeIndex->open();
78 $this->storeIndex->getGridPageActions()->addStoreView();
79 $this->storeNew->getStoreForm()->fill(
$store);
80 $this->storeNew->getFormPageActions()->save();
81 $this->storeNew->getModalBlock()->acceptAlert();
__inject(StoreIndex $storeIndex, StoreNew $storeNew)