9 use Magento\Catalog\Test\Fixture\CatalogProductAttribute;
11 use Magento\ImportExport\Test\Page\Adminhtml\AdminExportIndex;
12 use Magento\Mtf\Constraint\AbstractConstraint;
29 AdminExportIndex $exportIndex,
34 $exportIndex->getExportForm()->fill($export);
37 'attribute_code' =>
$attribute->getAttributeCode(),
40 \PHPUnit\Framework\Assert::assertFalse(
41 $exportIndex->getFilterExport()->isRowVisible($filter),
42 'Attribute \'' .
$attribute->getFrontendLabel() .
'\' is present in Filter export grid
' 51 public function toString() 53 return 'Product Attribute is absent in Filter export grid.
';
processAssert(AdminExportIndex $exportIndex, CatalogProductAttribute $attribute, ExportData $export)