Skip to content

Commit ade736c

Browse files
committed
Merge remote-tracking branch 'origin/MC-40205' into 2.4-develop-jet-pr1
2 parents f1645d8 + 95e1596 commit ade736c

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

app/code/Magento/GroupedProduct/Test/Mftf/Test/StorefrontAdvanceCatalogSearchGroupedProductBySkuWithHyphenTest.xml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,13 @@
1515
<title value="Guest customer should be able to advance search Grouped product with product sku that in camelCase format"/>
1616
<description value="Guest customer should be able to advance search Grouped product with product sku that in camelCase format"/>
1717
<severity value="MAJOR"/>
18-
<testCaseId value="MC-20519"/>
18+
<testCaseId value="MC-28832"/>
1919
<group value="GroupedProduct"/>
2020
<group value="SearchEngineElasticsearch"/>
21-
<skip>
22-
<issueId value="MC-34217"/>
23-
</skip>
2421
</annotations>
2522
<before>
26-
<createData entity="ApiProductWithDescription" stepKey="simple1" before="simple2"/>
27-
<createData entity="ApiProductWithDescription" stepKey="simple2" before="product"/>
23+
<createData entity="ApiProductWithDescription" before="simple2" stepKey="simple1"/>
24+
<createData entity="ApiProductWithDescription" before="product" stepKey="simple2"/>
2825
<createData entity="ApiGroupedProduct" stepKey="product"/>
2926
<createData entity="OneSimpleProductLink" stepKey="addProductOne">
3027
<requiredEntity createDataKey="product"/>
@@ -42,8 +39,8 @@
4239
</actionGroup>
4340
</before>
4441
<after>
45-
<deleteData createDataKey="simple1" stepKey="deleteSimple1" before="deleteSimple2"/>
46-
<deleteData createDataKey="simple2" stepKey="deleteSimple2" before="delete"/>
42+
<deleteData createDataKey="simple1" before="deleteSimple2" stepKey="deleteSimple1"/>
43+
<deleteData createDataKey="simple2" before="delete" stepKey="deleteSimple2"/>
4744
</after>
4845
</test>
4946
</tests>

0 commit comments

Comments
 (0)