Skip to content

Commit ca69fd2

Browse files
committed
MC-23546: Child Configurable product does not save disabled status via API
1 parent 0ea422d commit ca69fd2

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

app/code/Magento/CatalogSearch/Test/Mftf/Test/StorefrontQuickSearchConfigurableChildrenTest.xml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
<title value="User should be able to use Quick Search to a configurable product's child products"/>
1515
<description value="Use Quick Search to find a configurable product with enabled/disable children"/>
1616
<severity value="MAJOR"/>
17-
<testCaseId value="MC-14798"/>
18-
<group value="CatalogSearch"/>
17+
<testCaseId value="MC-28374"/>
18+
<group value="catalogSearch"/>
1919
<group value="mtf_migrated"/>
2020
</annotations>
2121
<before>
@@ -75,20 +75,19 @@
7575
<magentoCLI command="indexer:reindex" stepKey="reindex"/>
7676
</before>
7777
<after>
78-
<actionGroup ref="logout" stepKey="logoutFromAdmin"/>
7978
<deleteData createDataKey="createConfigurableProduct" stepKey="deleteConfigurableProduct"/>
8079
<deleteData createDataKey="createSimpleProduct" stepKey="deleteSimpleProduct"/>
8180
<deleteData createDataKey="createProductAttribute" stepKey="deleteProductAttribute"/>
8281
<deleteData createDataKey="createAttributeSet" stepKey="deleteAttributeSet"/>
8382
<deleteData createDataKey="createCategory" stepKey="deleteCategory"/>
83+
<actionGroup ref="logout" stepKey="logoutFromAdmin"/>
8484
</after>
8585
<amOnPage url="{{StorefrontHomePage.url}}" stepKey="goToHomePage"/>
8686
<actionGroup ref="StorefrontCheckQuickSearchStringActionGroup" stepKey="searchStorefront">
8787
<argument name="phrase" value="$createConfigurableProduct.name$"/>
8888
</actionGroup>
89-
<actionGroup ref="StorefrontQuickSearchCheckProductNameInGridActionGroup" stepKey="seeProductInGrid">
89+
<actionGroup ref="StorefrontQuickSearchSeeProductByNameActionGroup" stepKey="seeProductInGrid">
9090
<argument name="productName" value="$createConfigurableProduct.name$"/>
91-
<argument name="index" value="1"/>
9291
</actionGroup>
9392

9493
<!-- Disable Child Product -->

0 commit comments

Comments
 (0)