Skip to content

Commit 1bf620e

Browse files
author
Prabhu Ram
committed
PWA-1319: [EY] Routable Interface in GraphQL
- refactor
1 parent d3bfeaf commit 1bf620e

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

dev/tests/integration/testsuite/Magento/CatalogUrlRewrite/_files/product_with_category.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,6 @@
3434
$category->setName('category 1')
3535
->setUrlKey('cat-1')
3636
->setIsActive(true)
37-
->setMetaTitle('Meta Title for Category-1')
38-
->setMetaKeyword('Meta Keywords for Category-1')
39-
->setMetaDescription('Meta Description for Category-1')
4037
->setStoreId(1);
4138

4239
/** @var CategoryRepositoryInterface $categoryRepository */
@@ -65,9 +62,6 @@
6562
->setAttributeSetId(4)
6663
->setWebsiteIds([1])
6764
->setPrice(10)
68-
->setMetaTitle('Meta Title for p002')
69-
->setMetaKeyword('Meta Keywords for p002')
70-
->setMetaDescription('Meta Description for p002')
7165
->setVisibility(\Magento\Catalog\Model\Product\Visibility::VISIBILITY_BOTH)
7266
->setStatus(\Magento\Catalog\Model\Product\Attribute\Source\Status::STATUS_ENABLED)
7367
->setStockData(

0 commit comments

Comments
 (0)