9 use Magento\Backend\Test\Page\Adminhtml\NewGroupIndex;
10 use Magento\Backend\Test\Page\Adminhtml\StoreIndex;
12 use Magento\Mtf\TestCase\Injectable;
73 $this->storeIndex->open();
74 $this->storeIndex->getGridPageActions()->createStoreGroup();
75 $this->newGroupIndex->getEditFormGroup()->fill(
$storeGroup);
76 $this->newGroupIndex->getFormPageActions()->save();
__inject(StoreIndex $storeIndex, NewGroupIndex $newGroupIndex)
test(StoreGroup $storeGroup)