10 use Magento\Catalog\Test\Page\Adminhtml\CatalogProductIndex;
11 use Magento\Catalog\Test\Page\Adminhtml\CatalogProductNew;
13 use Magento\Mtf\TestCase\Injectable;
38 const TEST_TYPE =
'acceptance_test, extended_acceptance_test';
76 CatalogProductIndex $catalogProductIndexNewPage,
77 CatalogProductNew $catalogProductNewPage
79 $this->catalogProductIndex = $catalogProductIndexNewPage;
80 $this->catalogProductNew = $catalogProductNewPage;
93 $this->catalogProductIndex->open();
94 $this->catalogProductIndex->getGridPageActionBlock()->addProduct(
'grouped');
96 $this->catalogProductNew->getFormPageActions()->save();
test(GroupedProduct $product, Category $category)
__prepare(Category $category)
__inject(CatalogProductIndex $catalogProductIndexNewPage, CatalogProductNew $catalogProductNewPage)