9 use Magento\Catalog\Test\Page\Adminhtml\CatalogProductAttributeNew;
10 use Magento\Mtf\ObjectManager;
11 use Magento\Mtf\TestStep\TestStepInterface;
12 use Magento\Catalog\Test\Fixture\CatalogProductAttribute;
63 $this->attributeNew->getPageActions()->save();
73 $this->objectManager->create(
74 \
Magento\Catalog\Test\TestStep\DeleteAttributeStep::class,
75 [
'attribute' => $this->attribute]
__construct(CatalogProductAttributeNew $attributeNew, CatalogProductAttribute $attribute, ObjectManager $objectManager)