9 use Magento\Catalog\Test\Fixture\CatalogProductAttribute;
10 use Magento\Catalog\Test\Page\Adminhtml\CatalogProductAttributeIndex;
11 use Magento\Catalog\Test\Page\Adminhtml\CatalogProductAttributeNew;
12 use Magento\Mtf\TestCase\Injectable;
45 CatalogProductAttributeIndex $attributeIndex,
46 CatalogProductAttributeNew $attributeNew
52 $attributeIndex->open();
53 $attributeIndex->getGrid()->searchAndOpen([
'frontend_label' =>
$attribute->getFrontendLabel()]);
54 $attributeNew->getPageActions()->delete();
55 $attributeNew->getModalBlock()->acceptAlert();
testDeleteProductAttribute(CatalogProductAttribute $attribute, CatalogProductAttributeIndex $attributeIndex, CatalogProductAttributeNew $attributeNew)