9 use Magento\Catalog\Test\Fixture\CatalogProductAttribute;
10 use Magento\Catalog\Test\Page\Adminhtml\CatalogProductAttributeIndex;
11 use Magento\Mtf\TestCase\Injectable;
40 CatalogProductAttribute $productAttribute,
41 CatalogProductAttributeIndex $attributeIndex
43 $filter = $productAttribute->getData();
46 $attributeIndex->open();
47 $attributeIndex->getGrid()->searchAndOpen($filter);
testDeleteSystemProductAttribute(CatalogProductAttribute $productAttribute, CatalogProductAttributeIndex $attributeIndex)