9 use Magento\Catalog\Test\Fixture\CatalogProductAttribute;
10 use Magento\Catalog\Test\Page\Adminhtml\CatalogProductAttributeIndex;
11 use Magento\Mtf\Constraint\AbstractConstraint;
27 $attributeIndexPage->open();
29 \PHPUnit\Framework\Assert::assertTrue(
30 $attributeIndexPage->getGrid()->isRowVisible([
'attribute_code' =>
$code]),
31 'Attribute with attribute code "' .
$code .
'" is absent in attribute grid.' 42 return 'Product attribute is present in attribute grid.';
processAssert(CatalogProductAttribute $attribute, CatalogProductAttributeIndex $attributeIndexPage)