10 use Magento\Catalog\Test\Page\Adminhtml\CatalogProductAttributeIndex;
11 use Magento\Catalog\Test\Page\Adminhtml\CatalogProductAttributeNew;
12 use Magento\Mtf\TestCase\Injectable;
76 $filter = [
'attribute_code' =>
$attribute->getAttributeCode()];
77 $this->attributeIndex->open();
78 $this->attributeIndex->getGrid()->searchAndOpen($filter);
79 $this->attributeNew->getPageActions()->delete();
80 $this->attributeNew->getModalBlock()->acceptAlert();
__inject(CatalogProductAttributeIndex $attributeIndex, CatalogProductAttributeNew $attributeNew)
test(CatalogAttributeSet $attributeSet)