9 use Magento\Catalog\Test\Page\Adminhtml\CatalogProductIndex;
10 use Magento\Mtf\Constraint\AbstractConstraint;
11 use Magento\Mtf\Fixture\FixtureInterface;
27 $filter = [
'sku' =>
$product->getName()];
29 \PHPUnit\Framework\Assert::assertTrue(
30 $productGrid->getProductGrid()->isRowVisible($filter),
31 'SKU is not automatically generated for a product.' 42 return 'Sku successfully generated.';
processAssert(FixtureInterface $product, CatalogProductIndex $productGrid)