11 use Magento\Catalog\Test\Page\Adminhtml\CatalogProductIndex;
12 use Magento\Catalog\Test\Page\Adminhtml\CatalogProductNew;
13 use Magento\Mtf\TestCase\Injectable;
30 const TEST_TYPE =
'acceptance_test, extended_acceptance_test';
77 CatalogProductIndex $productGrid,
78 CatalogProductNew $newProductPage,
82 $this->markTestIncomplete(
'https://github.com/magento-engcom/msi/issues/1620');
85 $this->flushCache = $flushCache;
88 $this->objectManager->create(
90 [
'configData' => $this->configData,
'flushCache' => $this->flushCache]
95 $productGrid->getGridPageActionBlock()->addProduct(
'simple');
97 $newProductPage->getFormPageActions()->save();
109 $this->objectManager->create(
111 [
'configData' => $this->configData,
'rollback' =>
true,
'flushCache' => $this->flushCache]
__prepare(Category $category)
testCreate(CatalogProductSimple $product, Category $category, CatalogProductIndex $productGrid, CatalogProductNew $newProductPage, $flushCache=false, $configData=null)