10 use Magento\Catalog\Test\Fixture\CatalogProductAttribute;
11 use Magento\Catalog\Test\Page\Adminhtml\CatalogProductSetEdit;
12 use Magento\Catalog\Test\Page\Adminhtml\CatalogProductSetIndex;
13 use Magento\Mtf\TestStep\TestStepInterface;
75 'set_name' => $this->attributeSet ==
null ?
'Default' : $this->attributeSet->getAttributeSetName()
77 $this->catalogProductSetIndex->open()->getGrid()->searchAndOpen($filterAttribute);
78 $this->catalogProductSetEdit->getAttributeSetEditBlock()->moveAttribute($this->attribute->getData());
79 $this->catalogProductSetEdit->getPageActions()->save();
__construct(CatalogProductSetIndex $catalogProductSetIndex, CatalogProductSetEdit $catalogProductSetEdit, CatalogProductAttribute $attribute, CatalogAttributeSet $attributeSet)