Skip to content

Commit 2b8cebc

Browse files
committed
MC-30430: MFTF test incorrect behavior after its' implementation in MC-20229
- Removing cli command from test which causes other tests failed
1 parent 5206031 commit 2b8cebc

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

app/code/Magento/UrlRewrite/Test/Mftf/Test/AdminUrlRewritesForProductAfterImportTest.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@
1919
</annotations>
2020
<before>
2121
<comment userInput="Set the configuration for Generate category/product URL Rewrites" stepKey="commentSetURLRewriteConfiguration" />
22-
<comment userInput="Enable config to generate category/product URL Rewrites " stepKey="commentEnableConfig" />
23-
<magentoCLI command="config:set catalog/seo/generate_category_product_rewrites 1" stepKey="enableGenerateUrlRewrite"/>
2422
<createData entity="NewRootCategory" stepKey="simpleSubCategory1">
2523
<field key="parent_id">2</field>
2624
</createData>
@@ -41,8 +39,6 @@
4139
<deleteData createDataKey="simpleSubCategory3" stepKey="deleteSimpleSubCategory3"/>
4240
<deleteData createDataKey="simpleSubCategory2" stepKey="deleteSimpleSubCategory2"/>
4341
<deleteData createDataKey="simpleSubCategory1" stepKey="deleteSimpleSubCategory1"/>
44-
<comment userInput="Disable config to generate category/product URL Rewrites " stepKey="commentDisableConfig" />
45-
<magentoCLI command="config:set catalog/seo/generate_category_product_rewrites 0" stepKey="disableGenerateUrlRewrite"/>
4642
<amOnPage url="{{AdminLogoutPage.url}}" stepKey="amOnLogoutPage"/>
4743
</after>
4844

0 commit comments

Comments
 (0)